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
1 changed files with 1 additions and 0 deletions

View File

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