Ensar Sarajčić de1a6a2d6a | ||
---|---|---|
.. | ||
UltiSnips | ||
after | ||
compiler | ||
ftdetect | ||
plugin | ||
spell | ||
undodir | ||
.gitignore | ||
README.md | ||
plugins.vim | ||
vimrc |
README.md
My vim configuration
Currently configuration is shared between Vim and NeoVim, although I use NeoVim. Migration will happen when NeoVim 0.5.0 is released and init.lua
is supported.
Configuration is separated into directories:
plugin
for logical collection of functionalities into a simple plugincolors
my colorschemecompiler
for compiler pluginsftdetect
for autocommands for detecting file typesundodir
is just a placeholder for configured undo directoryspell
for spelling dictionaryafter
with same directory structure for loading after plugins - allows easy overrides, mostftplugins
are here
Besides this, directory contains other files:
plugins.vim
all used pluginsvimrc
global basic configuration