From b73fc066ba163c3f04fc7e225464e958ca9c05a8 Mon Sep 17 00:00:00 2001 From: navewindre Date: Mon, 30 Sep 2024 17:20:15 +0200 Subject: updat readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5bb103..ecb98f2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ sudo rm {vim location here} ``` git clone https://github.com/neovim/neovim.git cd neovim -sudo make release sudo make install ``` @@ -36,13 +35,13 @@ sh -c $(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tool 4. put vimrc in ~/.vimrc 5. run: ``` -ln -s ~/.config/nvim/init.vim ~/.vimrc +ln -s ~/.vimrc ~/.config/nvim/init.vim ``` 6. open vim 7. run :PlugInstall 8. install dependencies ``` -sudo apt install fd-find rigrep +sudo apt install fd-find ripgrep ``` 9. enjoy -- cgit v1.2.3