feat: switch to lazyvim

This commit is contained in:
Job
2024-09-23 19:56:52 +02:00
parent 17e3a6840f
commit 5e3d7ca7fb
8 changed files with 34 additions and 26 deletions

View File

@@ -0,0 +1,9 @@
return {
{ "rose-pine/neovim", name = "rose-pine" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "rose-pine-dawn",
},
},
}