summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2024-09-11 18:47:27 +0200
committernavewindre <boneyaard@gmail.com>2024-09-11 18:47:27 +0200
commit58d5f651d60bbdbcc8450c7b3225f7c8d6aa8e9d (patch)
tree80ed96d82bbec976403e7180e155f6e646287a17
parenta976fdb29be87a6fb69fbff394aa5e86fac8472c (diff)
aye
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
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)