dotfiles/config/nvim/after
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
..
ftplugin vim: use 2 spaces for indentation in Markdown files 2022-10-07 12:08:45 +02:00
plugin vim: initialize colorizer only if termguicolors is set 2022-12-13 12:54:26 +01:00