My vim config geared for modern web development.
Note: neovim is required to use some of the plugins included.
# Setup
git clone https://github.com/tlackemann/vim-config.git ~/.vim
ln -s ~/.vim/init.vim ~/.config/nvim/init.vim
# Install plugins
nvim +PlugInstall
All configuration is defined in the init/
folder. Each plugin receives its own .vim
file.
- CSS/3
- GLSL
- Haxe
- HTML/5
- JavaScript
- Markdown
- Rust
- TypeScript
MIT