custom colourscheme and added two plugins from the default

This commit is contained in:
Joshua Molloy 2024-04-12 12:01:19 +01:00
parent c9122e89e3
commit fd9547b5ea
2 changed files with 14 additions and 5 deletions

View file

@ -2,4 +2,13 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
'bluz71/vim-moonfly-colors',
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme 'moonfly'
end,
},
}