Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 407 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 407 Bytes

nvim_ide

my nvim IDE plugins and key mappings

Download nvim

 curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
 chmod u+x nvim.appimage
 ./nvim.appimage

Install nodejs

curl -sL install-node.now.sh | bash
git clone https://github.com/xzheng4/nvim_ide ~/.config/nvim --depth 1

Install a language server

npm i -g pyright
apt install clangd