Note: New version of my dotfiles repo - still working on it.
- Full lua neovim config
- tmux configuration
- zsh aliases
- i3 window manager config
- lsd config
- termite config
- polybar config
- alacritty config
- Use packer.nvim to manage plugins
Language servers
- ESLint:
npm i -g vscode-langservers-extracted
- Flow: flow
- Go:
go install golang.org/x/tools/gopls@latest
- Lua: lua-language-server
- Python: jedi-language-server
- Rust: rust-analyzer
- TypeScript:
npm install -g typescript typescript-language-server
- Vue: vue-language-server
- Volar: ts-language-server-for-vue