dotfiles/symlinks/vim
Ensar Sarajčić 462db776c8 Update windows remote plugin host settings 2021-07-29 23:06:24 +02:00
..
UltiSnips WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
after Update windows remote plugin host settings 2021-07-29 23:06:24 +02: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 windows remote plugin host settings 2021-07-29 23:06:24 +02: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 Clean up NeoVim configuration 2021-03-04 20:29:11 +01:00
plugins.vim Start using vimwiki reviews as a plugin 2021-03-14 23:19:11 +01:00
vimrc Revert "Use darcula theme" 2021-02-25 16:17:58 +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