removes lua-snip

This commit is contained in:
2024-03-20 19:19:05 -04:00
parent 2434fb52e2
commit 0f8e56394d
2 changed files with 17 additions and 5 deletions

View File

@@ -22,5 +22,17 @@
-- }
-- },
-- }
return { "catppuccin/nvim", name = "catppuccin", priority = 1000 }
return {
"catppuccin/nvim",
name = "catppuccin",
priority = 1000,
opts = {
color_overrides = {
all = {
text = "#ffffff",
strings = "#ffffff"
}
}
}
}