From ae5d26906b963664a18f8ae24ec3ee2f5addd31b Mon Sep 17 00:00:00 2001 From: navewindre Date: Tue, 17 Sep 2024 07:24:17 +0200 Subject: ye --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 148394f..a5bb103 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3