OVIWrite icon indicating copy to clipboard operation
OVIWrite copied to clipboard

Installation issues

Open johnsaigle opened this issue 5 months ago • 4 comments

Hello, I'm very interested in this project, especially the fountain integrations.

I followed the install steps but I'm not getting a responsive environment in the end. I've opened up an existing .fountain file and there doesn't seem to be any special treatment in neovim. It's like it's just a plaintext file. Even the leader key " " doesn't seem to activate.

Here's what I did:

# backed-up existing neovim configuration file; deleted ~/.config/nvim
git clone https://github.com/MiragianCycle/OVIWrite/ 
mv OVIWrite/nvim ~/.config/nvim
nvim my-file.fountain

Following this I looked into the Arch install instructions, and ran:

sudo pacman -S nodejs python neovim git fzf ripgrep pandoc npm wget

I also tried the pip-based instructions but got an error: Arch doesn't handle installing Python packages this way, in my experience. (Please correct if I'm wrong.) Instead, I tried the normal-for-Arch method of installing the pip packages using pacman and appending python-, e.g.:

pacman -S python-pynvim # https://archlinux.org/packages/extra/any/python-pynvim/

I tried the same for neovim-remote, but this was not found by pacman. Instead, I installed it from AUR via paru:

paru -S neovim-remote

And this installed successfully.

Unfortunately, none of the above got me up and running. Please let me know if you have any suggestions.

Additional info

OS

6.5.13-7-MANJARO

neovim

NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1702233742

johnsaigle avatar Jan 15 '24 20:01 johnsaigle