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",
|
"catppuccin/nvim",
|
||||||
name = "catppuccin",
|
name = "catppuccin",
|
||||||
priority = 1003,
|
priority = 1003,
|
||||||
|
opts = {
|
||||||
|
neotree = true,
|
||||||
|
},
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd.colorscheme("catppuccin-mocha")
|
vim.cmd.colorscheme("catppuccin-mocha")
|
||||||
end,
|
end,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user