🐛 fix(nvim): floaterm colorscheme with catppuccin not working
This commit is contained in:
parent
4fd723b637
commit
5e245c170f
1 changed files with 6 additions and 0 deletions
|
@ -90,4 +90,10 @@ return {
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"LazyVim/LazyVim",
|
||||||
|
opts = {
|
||||||
|
colorscheme = "catppuccin",
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue