My personal vim configuration being used on my laptop as well as on servers I have to deal with. Optimized for PYTHON, PHP and JS.
The config uses .editorconfig
The config uses a lot of various key bindings. For full list see the .vimrc
file directly=)
Note: <leader>
is set to the comma (,
) key.
<leader>/
- unhighlight the last search occurrences
$ cp -r syntax_checkers/kotlin ~/.vim/syntax_checkers/
Based on Ikar (http://github.com/porn) and Josef (http://github.com/josef-spak) configuration.