add init.lua

This commit is contained in:
Antoine 2024-03-22 09:47:49 +01:00
parent fec5bf6ea9
commit 72f1d0fc81

6
init.lua Normal file
View file

@ -0,0 +1,6 @@
return{
plugins = {
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 }
},
colorscheme = "catppuccin-macchiato"
}