diff options
| author | navewindre <boneyaard@gmail.com> | 2024-09-11 18:47:27 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2024-09-11 18:47:27 +0200 |
| commit | 58d5f651d60bbdbcc8450c7b3225f7c8d6aa8e9d (patch) | |
| tree | 80ed96d82bbec976403e7180e155f6e646287a17 /README.md | |
| parent | a976fdb29be87a6fb69fbff394aa5e86fac8472c (diff) | |
aye
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,25 @@ # dotfiles +## notes +you need neovim 0.10.1 at least +best to compile nvim from source +first uninstall nvim +``` +sudo apt uninstall nvim neovim +``` +then make sure nvim isnt installed somewhere else +``` +where nvim +``` +if it is, delete it +then, build and install neovim from source: +``` +git clone https://github.com/neovim/neovim.git +cd neovim +sudo make release +sudo make install +``` + ## install 1. install zsh (sudo apt install zsh) |
