mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
removes lua-snip
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user