add vim CSS colour plugn
authorAndrew Lorimer <andrew@lorimer.id.au>
Fri, 7 Jan 2022 04:24:20 +0000 (15:24 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Fri, 7 Jan 2022 04:24:20 +0000 (15:24 +1100)
vim/.vimrc
index 460bbb7ec64acd0f9046a253864077d3c4f80c5d..058a26d93c76aa739d753a492e42d9da4e8cd444 100644 (file)
@@ -25,6 +25,7 @@ Plugin 'godlygeek/tabular'
 "Plugin 'SirVer/ultisnips'
 "Plugin 'honza/vim-snippets'
 Plugin 'preservim/tagbar'
+Plugin 'ap/vim-css-color'
 
 " All of your Plugins must be added before the following line
 call vundle#end()            " required