1
0

FEAT: Add Colour highlighting

This commit is contained in:
2024-04-09 18:20:29 +02:00
parent b7785d460d
commit 0c2a2236a5
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
return {
{
'brenoprata10/nvim-highlight-colors',
config = function ()
vim.opt.termguicolors = true
require("nvim-highlight-colors").setup({})
end
}
}