alter2000 / vim

My vim8 setup. No neovim, no vim<8 (unless packages are removed). Drop into ~/.vim and done.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet another Vim config

I've been careful to not step out of Vim's own file structure, but might have overdone it with plugin settings. Function definitions in autoload, commands in plugin/commands.vim, statusline in plugin/status.vim, keybindings in after/plugin/binds.vim. Some colorschemes in color/, an INI plugin in pack/, where the other plugins are. Using submodules, but there's a list of plugins too.

Warning:
; and : are reversed. Arrow keys are used for aligning windows, not moving.

About

My vim8 setup. No neovim, no vim<8 (unless packages are removed). Drop into ~/.vim and done.


Languages

Language:Vim Script 89.0%Language:Vim Snippet 10.7%Language:C 0.2%Language:C++ 0.2%