refactor(nvim): set colourscheme priority

main
sgoudham 8 months ago
parent a7ec60c9d4
commit 3feaad07e5
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -3,15 +3,13 @@ return {
"catppuccin/nvim", "catppuccin/nvim",
name = "catppuccin", name = "catppuccin",
no_italic = true, no_italic = true,
priority = 10000,
opts = { opts = {
flavour = "latte", flavour = "latte",
-- styles = { -- styles = {
-- comments = { "italic" }, -- comments = { "italic" },
-- }, -- },
integrations = { integrations = {
navic = {
custom_bg = "#181825",
},
telescope = { telescope = {
style = "nvchad", style = "nvchad",
}, },

Loading…
Cancel
Save