This commit is contained in:
davidon-top 2023-08-21 20:15:44 +02:00
parent 9d3d05066f
commit 88549fc9c6
5 changed files with 44 additions and 35 deletions

View file

@ -208,6 +208,13 @@ return {
},
-- mics visuals
{
"HiPhish/nvim-ts-rainbow2",
},
{
"windwp/nvim-ts-autotag",
config = true,
},
{
'bennypowers/nvim-regexplainer',
dependencies = {
@ -471,13 +478,13 @@ return {
telescope = true,
which_key = true,
},
-- color_overrides = {
color_overrides = {
-- macchiato = {
-- base = "#000000",
-- mantle = "#000000",
-- crust = "#000000"
-- }
-- }
}
}
vim.cmd("colorscheme catppuccin")
end