From 1cf460935ae0e2a4c868252d04e9880feec9617f Mon Sep 17 00:00:00 2001 From: seantywork Date: Mon, 22 Dec 2025 08:47:56 +0900 Subject: [PATCH] nvim install --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fa1473..559d177 100644 --- a/README.md +++ b/README.md @@ -13669,7 +13669,12 @@ tun(192.168.0.0/16 + 20000) ```shell -sudo apt install neovim +curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz +sudo rm -rf /opt/nvim-linux-x86_64 +sudo tar -C /opt -xzf nvim-linux-x86_64.tar.gz + +# profile +export PATH="$PATH:/opt/nvim-linux-x86_64/bin" # nerd font # hack nerd font -- 2.43.0