dotfiles/symlinks/config/nvim
Ensar Sarajčić c2ba549851 Remove `vim-commentary` with nvim 0.10.0 2024-05-17 09:22:13 +02:00
..
after Fix actions 2024-04-30 14:11:31 +02:00
compiler WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
ftdetect Add elixir filetype detect file 2021-12-01 13:29:09 +01:00
lua Remove `vim-commentary` with nvim 0.10.0 2024-05-17 09:22:13 +02:00
plugin Fix actions 2024-04-30 14:11:31 +02:00
undodir WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
.gitignore Migrate to lazy.nvim from packer 2023-08-27 11:24:13 +02:00
.luacheckrc Migrate to lazy.nvim from packer 2023-08-27 11:24:13 +02:00
.luarc.json Add .luarc.json 2023-05-23 17:43:12 +02: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 Migrate to lazy.nvim from packer 2023-08-27 11:24:13 +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