all repos

dotfiles @ 43b3ba3aaa6835036b8c90a5dd8a25456cf2314d

i use rach linux btw

dotfiles/config/nvim

name last commit last update
..
lua/ Update bspwm, nvim, vscode, kitty 4 years ago 2021-07-14 11:35:05 EEST
vimscript/ Update bspwm, nvim, vscode, kitty 4 years ago 2021-07-14 11:35:05 EEST
README.md Update bspwm, nvim, vscode, kitty 4 years ago 2021-07-14 11:35:05 EEST
init.vim Update bspwm, nvim, vscode, kitty 4 years ago 2021-07-14 11:35:05 EEST

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"