novasenco / nvim.config

nova's neovim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim.config

my nvim config for v:version >= 700 (>= ~ +1000 patches)

The config is documented. I hope it inspires you.

  • plugin/ is the most important directory; it loads all of my lua and vim scripts.
  • after/ mostly has ftplugin scripts that set up buffers correcly per their filetype
  • autoload/ has magic autoload functions that only get loaded when they're called and thus lighten the startup load
  • lua/ has some lua scripts that only get loaded when required

About

nova's neovim config


Languages

Language:Lua 52.1%Language:Vim Script 47.9%