dotfiles/symlinks/vim
Ensar Sarajčić 5a85acdaf5 Fix vimwiki reviews template path expansion
Paths for templates were not properly expanded ('~' and variables used
in path), causing plugin to ignore template files. This fixes it, as
well as preventing duplicating templates, due to same issue when opening
review file.
2021-01-17 22:33:52 +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 Fix vimwiki reviews template path expansion 2021-01-17 22:33:52 +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 Use vim-colorschemes and configure statusline to work 2021-01-16 19:24:47 +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