Add optional vim-css-color package

This commit is contained in:
EEva (JPotier) 2020-12-27 11:15:53 +02:00
parent 435e4891ca
commit bbf1b4cfab

View File

@ -118,6 +118,7 @@ let
] ++ extraPlugins; ] ++ extraPlugins;
# manually loadable by calling `:packadd $plugin-name` # manually loadable by calling `:packadd $plugin-name`
opt = [ opt = [
vim-css-color
]; ];
# To automatically load a plugin when opening a filetype, add vimrc lines like: # To automatically load a plugin when opening a filetype, add vimrc lines like:
# autocmd FileType php :packadd phpCompletion # autocmd FileType php :packadd phpCompletion