forked from dineshsalunke/nvim-config
refactor: apply the theme for neotree
This commit is contained in:
parent
6543fbd306
commit
7f7ed84f0b
@ -4,6 +4,9 @@ return {
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 1003,
|
||||
opts = {
|
||||
neotree = true,
|
||||
},
|
||||
config = function()
|
||||
vim.cmd.colorscheme("catppuccin-mocha")
|
||||
end,
|
||||
|
Loading…
x
Reference in New Issue
Block a user