diff options
| author | navewindre <boneyaard@gmail.com> | 2024-09-30 17:20:15 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2024-09-30 17:20:15 +0200 |
| commit | b73fc066ba163c3f04fc7e225464e958ca9c05a8 (patch) | |
| tree | dee17baf39c84959aa1a5f4ab81862fded59eefe /README.md | |
| parent | f1f599267294648bd1acf32e7fb1a5f6b6d75f8e (diff) | |
updat readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
