dotfiles/config/nvim
Fernando Schauenburg 3e61fb902a vim: initialize colorizer only if termguicolors is set
This additional check is needed because when nvim is started as `nvim -u
NORC`, my configuration that sets `termguicolors` is not called but
colorizer IS installed and requires `termguicolors` to be set. If it is
not set, the setup() function prints an error.
2022-12-13 12:54:26 +01:00
..
after vim: initialize colorizer only if termguicolors is set 2022-12-13 12:54:26 +01:00
lua/fs vim: move solarized.nvim plugin into dotfiles repository 2022-12-12 21:04:16 +01:00
spell vim: update spellings 2022-10-13 15:44:09 +02:00
init.lua vim: move globals to their own file 2022-10-12 21:52:12 +02:00