added some extra potential setup needed to get nvim working
Signed-off-by: n <git@wnd.sh>
This commit is contained in:
parent
21aa9438a2
commit
10aa8ee743
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user