dotfiles/symlinks/vim
Ensar Sarajčić 5b3fc5ae03 Use standard name for customized terminfo 2021-02-05 09:40:35 +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
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 Update fugitive plugin to work with subdomained remotes 2021-02-03 15:16:26 +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 Merge branch 'main' of github.com:esensar/dotfiles 2021-01-19 13:27:16 +01:00
vimrc Use standard name for customized terminfo 2021-02-05 09:40:35 +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