diff --git a/init.vim b/init.vim index 17edc4a..f7261cd 100644 --- a/init.vim +++ b/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/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()