Add nvterm among other things

This commit is contained in:
Graham McMillan 2024-06-12 17:20:54 +02:00
parent 1645f2fbe9
commit de52bc6ece
7 changed files with 114 additions and 31 deletions

View file

@ -0,0 +1,14 @@
return {
{
'catppuccin/nvim',
name = 'catppuccin',
lazy = false,
priority = 1000,
opts = {
flavour = 'mocha',
},
config = function()
vim.cmd.colorscheme 'catppuccin'
end,
},
}