commit 077deeda5fecb8ced6ccaf862ea28627560e82be parent 6dea83de24b873861271504610fe6e8b9b4b63b8 Author: Thomas Vigouroux <thomas.vigouroux@protonmail.com> Date: Mon, 10 Oct 2022 07:57:10 +0200 plugins: add colorizer plugin Diffstat:
M | lua/plugins.lua | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/lua/plugins.lua b/lua/plugins.lua @@ -65,6 +65,12 @@ return packer.startup(function(use) }) end } + use { + 'brenoprata10/nvim-highlight-colors', + config = function() + require('nvim-highlight-colors').setup {} + end + } -- use { 'neovim/nvimdev.nvim', requires = {'neomake/neomake'}}