From 32ac8e733e5d9aea1f4fdfa360c58710c36a71e3 Mon Sep 17 00:00:00 2001 From: seantywork Date: Mon, 22 Dec 2025 08:45:29 +0900 Subject: [PATCH] nvim --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index d1462dc..1fa1473 100644 --- 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 + + ``` -- 2.43.0