From 58d5f651d60bbdbcc8450c7b3225f7c8d6aa8e9d Mon Sep 17 00:00:00 2001 From: navewindre Date: Wed, 11 Sep 2024 18:47:27 +0200 Subject: aye --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2e431e7..92a230d 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.2.3