plugin heaven

This commit is contained in:
jorgenwh 2024-06-08 15:13:28 +02:00
parent 67f33f32a3
commit 4384dfa118
18 changed files with 713 additions and 725 deletions

View file

@ -0,0 +1,17 @@
-- return {
-- 'folke/tokyonight.nvim',
-- priority = 1000,
-- init = function()
-- vim.cmd.colorscheme 'desert'
-- vim.cmd.hi 'Comment gui=none'
-- end,
-- }
return {
'catppuccin/nvim',
priority = 1000,
init = function()
vim.cmd.colorscheme 'catppuccin-mocha'
vim.cmd.hi 'Comment gui=none'
end,
}