git clone git@github.com:MGhasemi8156/nvim-config.git ~/.config/nvim --depth 1
neovim>=v0.9.0
git
- NerdFonts(Hack Nerd Font is prefered)
- pyright:
pip install pyright
- gopls:
go install golang.org/x/tools/gopls@latest
- delve:
go install github.com/go-delve/delve/cmd/dlv@latest
- clagnd:
apt install clangd
- For kernel module development, default
compile_commands.json
of clangd does not works properly. Using this script it is possible to have LSP in kernel module development.