add init.lua
This commit is contained in:
parent
fec5bf6ea9
commit
72f1d0fc81
1 changed files with 6 additions and 0 deletions
6
init.lua
Normal file
6
init.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return{
|
||||
plugins = {
|
||||
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 }
|
||||
},
|
||||
colorscheme = "catppuccin-macchiato"
|
||||
}
|
||||
Loading…
Reference in a new issue