Set nvim color scheme
This commit is contained in:
parent
349e42141b
commit
448c5a7be1
1 changed files with 8 additions and 0 deletions
8
dot_config/nvim/lua/plugins/colorscheme.lua
Normal file
8
dot_config/nvim/lua/plugins/colorscheme.lua
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"LazyVim/LazyVim",
|
||||||
|
opts = {
|
||||||
|
colorscheme = "catppuccin",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue