dotfiles/symlinks/config/nvim
Ensar Sarajčić e58ae3205a Fix vimwiki reviews lua week sorting 2021-03-12 16:45:29 +01:00
..
after Clean up NeoVim configuration 2021-03-04 20:29:11 +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 Fix vimwiki reviews lua week sorting 2021-03-12 16:45:29 +01:00
plugin Rewrite vim plugin extensions in lua 2021-03-05 11:08:05 +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 Clean up NeoVim configuration 2021-03-04 20:29:11 +01:00
init.lua Automatically generate vimwiki reviews index 2021-03-06 22:23:05 +01:00

README.md

My NeoVim configuration

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
  • lua for all lua config files, with ftplugin and plugin too, enabled by astronauta