Add optional vim-css-color package
This commit is contained in:
parent
435e4891ca
commit
bbf1b4cfab
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue