dotfiles/symlinks/config/nvim
Ensar Sarajčić 9a81a29971 Add more sources for nvim-cmp 2021-10-08 20:47:52 +02:00
..
after Add more java and rest vim config 2021-10-04 13:46:14 +02: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 more sources for nvim-cmp 2021-10-08 20:47:52 +02:00
plugin Fix ale_java_google_java_format_options type 2021-10-04 17:46:40 +02: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 Update neovim README 2021-10-03 21:30:51 +02:00
init.lua Add tools for writing vim doc files 2021-03-30 16:17:37 +02: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