moved plugins over

This commit is contained in:
weygoldt 2024-09-10 15:29:13 +02:00
parent a22976111e
commit 16c8f8f1c1
15 changed files with 272 additions and 4 deletions

View file

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