Add plugin nvim-colorizer

This commit is contained in:
Xamora 2023-10-26 11:29:31 +02:00
parent f5c5b45fd4
commit 1e06aa0dfe

View file

@ -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/terryma/vim-multiple-cursors' " CTRL + N for multiple cursors
Plug 'https://github.com/preservim/tagbar' " Tagbar for code navigation
Plug 'norcalli/nvim-colorizer.lua' "Color Hexadecimal
call plug#end()