diff options
| author | navewindre <boneyaard@gmail.com> | 2024-09-17 07:24:17 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2024-09-17 07:24:17 +0200 |
| commit | ae5d26906b963664a18f8ae24ec3ee2f5addd31b (patch) | |
| tree | 644bdcb4fe16786257b534aebdce14282ed72f84 | |
| parent | 1dcf16ef24c7ab3f82292ad9ae195febc6964f6a (diff) | |
ye
| -rw-r--r-- | README.md | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -5,16 +5,19 @@ you need neovim 0.10.1 at least best to compile nvim from source -first uninstall nvim +1. uninstall nvim ``` sudo apt remove nvim neovim ``` -then make sure nvim isnt installed somewhere else +2. make sure nvim isnt installed somewhere else ``` where nvim ``` -if it is, delete it -then, build and install neovim from source: +3. if it is, delete it +``` +sudo rm {vim location here} +``` +4. build and install neovim from source: ``` git clone https://github.com/neovim/neovim.git cd neovim @@ -37,7 +40,11 @@ ln -s ~/.config/nvim/init.vim ~/.vimrc ``` 6. open vim 7. run :PlugInstall -8. enjoy +8. install dependencies +``` +sudo apt install fd-find rigrep +``` +9. enjoy ## for completions |
