My neovim config (optionally uses neovide)
-
lua/neovide.lua contains settings for neovide
- will be loaded iff neovim is opened from neovide
-
lua/options.lua enables/disables options via
vim.o
in lua -
- colors.lua exports color names with their RGB values to other lua scripts to create a custom colorscheme
- see doc/colo.md for details
- syntax.lua defines syntax highlightings with the colors from
colors.lua
- colors.lua exports color names with their RGB values to other lua scripts to create a custom colorscheme
-
lua/plugins/ has plugins