Install nvim-colorizer plugin

This commit is contained in:
2021-11-14 17:08:22 +03:00
parent 493975b9f7
commit 7a60699f1a
2 changed files with 5 additions and 0 deletions

View File

@@ -53,4 +53,7 @@ return require("packer").startup(function(use)
use({ "fatih/vim-go", ft = { "go", "gomod" } })
use({ "iamcco/markdown-preview.nvim", run = "cd app && yarn install" })
-- Highlight colors in editor
use({ "norcalli/nvim-colorizer.lua" })
end)