From: seantywork Date: Sun, 21 Dec 2025 23:47:56 +0000 (+0900) Subject: nvim install X-Git-Url: https://git.feebdaed.xyz/?a=commitdiff_plain;h=1cf460935ae0e2a4c868252d04e9880feec9617f;p=linuxyz.git nvim install --- 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