dotfiles/config/nvim
2021-07-14 11:35:05 +03:00
..
lua Update bspwm, nvim, vscode, kitty 2021-07-14 11:35:05 +03:00
vimscript Update bspwm, nvim, vscode, kitty 2021-07-14 11:35:05 +03:00
init.vim Update bspwm, nvim, vscode, kitty 2021-07-14 11:35:05 +03:00
README.md Update bspwm, nvim, vscode, kitty 2021-07-14 11:35:05 +03:00

NVIM

Install nvim

yay -S neovim-nightly-bin

Install plugin manager(packer)

Install LSP servers

# Go(gopls)
go get golang.org/x/tools/gopls@latest

# Efm (linters)
go get github.com/mattn/efm-langserver

# Python(pyls)
pip install python-language-server

# JS/TS
nvim +"LspInstall typescript"

# Lua
nvim +"LspInstall lua"