intial rip from kickstart

This commit is contained in:
Donelson berger 2024-12-28 13:19:38 -08:00
parent de44f49101
commit c0ad86ac7c
23 changed files with 2080 additions and 1210 deletions

View file

@ -0,0 +1,7 @@
return {
'rose-pine/neovim',
name = 'rose-pine',
config = function()
vim.cmd 'colorscheme rose-pine-moon'
end,
}