custom colourscheme and added two plugins from the default
This commit is contained in:
parent
c9122e89e3
commit
fd9547b5ea
2 changed files with 14 additions and 5 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue