dotfiles/symlinks/vim
Ensar Sarajčić d634473980 Add utility functions for editing vimwiki review templates 2021-01-15 17:58:41 +01:00
..
UltiSnips Initial public commit 2021-01-07 09:09:41 +01:00
after Initial public commit 2021-01-07 09:09:41 +01:00
colors Initial public commit 2021-01-07 09:09:41 +01:00
compiler Initial public commit 2021-01-07 09:09:41 +01:00
ftdetect Initial public commit 2021-01-07 09:09:41 +01:00
plugin Add utility functions for editing vimwiki review templates 2021-01-15 17:58:41 +01:00
spell Initial public commit 2021-01-07 09:09:41 +01:00
undodir Initial public commit 2021-01-07 09:09:41 +01:00
.gitignore Initial public commit 2021-01-07 09:09:41 +01:00
README.md Initial public commit 2021-01-07 09:09:41 +01:00
plugins.vim Initial public commit 2021-01-07 09:09:41 +01:00
vimrc Initial public commit 2021-01-07 09:09:41 +01:00

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 plugin
  • colors my colorscheme
  • compiler for compiler plugins
  • ftdetect for autocommands for detecting file types
  • undodir is just a placeholder for configured undo directory
  • spell for spelling dictionary
  • after with same directory structure for loading after plugins - allows easy overrides, most ftplugins are here

Besides this, directory contains other files:

  • plugins.vim all used plugins
  • vimrc global basic configuration