feat(nvim): Use LazyVim for configurations

This commit is contained in:
2025-01-24 08:59:32 -06:00
parent fc39ade488
commit b17e82c97a
21 changed files with 301 additions and 253 deletions

View File

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