dotfiles/symlinks/vim
Ensar Sarajčić 05087d8b20 Clean up old config stuff 2022-05-09 18:16:47 +02:00
..
UltiSnips WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
after Make vim default on termux (instead of nvim) 2021-10-15 07:46:36 +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 Make vim default on termux (instead of nvim) 2021-10-15 07:46:36 +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 Clean up old config stuff 2022-05-09 18:16:47 +02:00
vimrc Clean up old config stuff 2022-05-09 18:16:47 +02: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