Add plugin nvim-colorizer
This commit is contained in:
parent
f5c5b45fd4
commit
1e06aa0dfe
1
init.vim
1
init.vim
|
@ -26,6 +26,7 @@ Plug 'https://github.com/ryanoasis/vim-devicons' " Developer Icons
|
||||||
Plug 'https://github.com/tc50cal/vim-terminal' " Vim Terminal
|
Plug 'https://github.com/tc50cal/vim-terminal' " Vim Terminal
|
||||||
Plug 'https://github.com/terryma/vim-multiple-cursors' " CTRL + N for multiple cursors
|
Plug 'https://github.com/terryma/vim-multiple-cursors' " CTRL + N for multiple cursors
|
||||||
Plug 'https://github.com/preservim/tagbar' " Tagbar for code navigation
|
Plug 'https://github.com/preservim/tagbar' " Tagbar for code navigation
|
||||||
|
Plug 'norcalli/nvim-colorizer.lua' "Color Hexadecimal
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue