Switched to old colorscheme

This commit is contained in:
2024-03-03 22:49:05 +01:00
parent 5b515c4232
commit 5e077a18b3
3 changed files with 20 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
return {
"roobert/tailwindcss-colorizer-cmp.nvim",
-- optionally, override the default options:
config = function()
require("tailwindcss-colorizer-cmp").setup({
color_square_width = 2,
})
end
}

View File

@@ -0,0 +1,7 @@
return {
"mbbill/undotree",
config = function()
vim.keymap.set("n", "<leader>u", vim.cmd.UndotreeToggle)
end
}