dotfiles/symlinks/config/nvim
Ensar Sarajčić e17b91884a Add quickfix list mappings for telescope 2021-03-04 14:41:59 +01:00
..
after Add telescope to neovim 2021-03-04 08:12:31 +01:00
compiler WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
ftdetect WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
lua Add quickfix list mappings for telescope 2021-03-04 14:41:59 +01:00
plugin Revert "Use darcula colorscheme" 2021-02-25 16:18:08 +01:00
undodir WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
.gitignore Initial public commit 2021-01-07 09:09:41 +01:00
.netrwhist Initial public commit 2021-01-07 09:09:41 +01:00
README.md WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
init.lua Merge branch 'main' into neovim-0.5.0 2021-02-25 09:51:04 +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