dotfiles/symlinks/config/nvim/README.md

12 lines
518 B
Markdown
Raw Normal View History

2021-03-04 19:29:11 +00:00
## My NeoVim configuration
2021-02-23 11:27:32 +00:00
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
2021-10-03 19:30:51 +00:00
- `lua` for all lua config files