added some extra potential setup needed to get nvim working

Signed-off-by: n <git@wnd.sh>
This commit is contained in:
n 2024-11-04 03:20:24 +00:00
parent 21aa9438a2
commit 10aa8ee743

View File

@ -5,3 +5,10 @@
* nvim * nvim
* Windows (PowerShell) - `git clone https://git.wnd.sh/dotfiles/nvim $env:LOCALAPPDATA` * Windows (PowerShell) - `git clone https://git.wnd.sh/dotfiles/nvim $env:LOCALAPPDATA`
* Linux - `git clone https://git.wnd.sh/dotfiles/nvim ~/.config/nvim` * Linux - `git clone https://git.wnd.sh/dotfiles/nvim ~/.config/nvim`
- You may also need to install some requirements:
- `sudo apt install -y ruby ruby-dev python3-dev python3-pip python3-neovim`
- `sudo npm install -g neovim`
- `sudo gem install neovim`
- `pip install neovim`
- `pip3 install pynvim`
- [luarocks](https://github.com/luarocks/luarocks/wiki/Installation-instructions-for-Unix#1ubuntudebian-user) (with [my `chmod` fix](https://github.com/luarocks/luarocks/issues/100#issuecomment-2453754864))