all repos

dotfiles @ fef35c3ef0848715da74780cf5c6629284b059f1

my dotfiles
mode size name
..
drwxrwxrwx 104 lua/
drwxrwxrwx 78 vimscript/
-rw-r--r-- 397 README.md
-rw-r--r-- 2251 init.vim

NVIM

Install nvim

yay -S neovim-nightly-bin

Install plugin manager(packer)

git clone https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

Install LSP servers

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

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

# JS/TS
nvim +"LspInstall typescript"