]> git.feebdaed.xyz Git - linuxyz.git/commitdiff
nvim
authorseantywork <seantywork@gmail.com>
Sun, 21 Dec 2025 23:45:29 +0000 (08:45 +0900)
committerseantywork <seantywork@gmail.com>
Sun, 21 Dec 2025 23:45:29 +0000 (08:45 +0900)
README.md

index d1462dc767230831565514daaf6883f4bf5677bc..1fa147350f84fa36c48a8d01287d3e9e5e57a076 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13663,4 +13663,26 @@ tun(192.168.0.0/16 + 20000)
 # responder ips should be server ips
 
 
+```
+
+# NEOVIM NVIM
+
+```shell
+
+sudo apt install neovim
+
+# nerd font
+# hack nerd font
+# unzip to ~/.fonts
+fc-cache -fv
+
+# tree-sitter cli
+cargo install --locked tree-sitter-cli
+
+# install 
+
+git clone https://github.com/LazyVim/starter ~/.config/nvim
+rm -rf ~/.config/nvim/.git 
+
+
 ```