feat: update nvim

This commit is contained in:
2023-03-02 21:26:03 +01:00
parent e5b3c1996a
commit 8db28128d4
7 changed files with 75 additions and 44 deletions

6
lua/plugins/core.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin"
}
}