2023-02-17 16:31:57 -05:00
|
|
|
-- You can add your own plugins here or in other files in this directory!
|
|
|
|
|
-- I promise not to create any merge conflicts in this directory :)
|
|
|
|
|
--
|
|
|
|
|
-- See the kickstart.nvim README for more information
|
2024-04-12 12:01:19 +01:00
|
|
|
return {
|
|
|
|
|
{
|
|
|
|
|
'bluz71/vim-moonfly-colors',
|
|
|
|
|
lazy = false,
|
|
|
|
|
priority = 1000,
|
|
|
|
|
config = function()
|
|
|
|
|
vim.cmd.colorscheme 'moonfly'
|
|
|
|
|
end,
|
|
|
|
|
},
|
2025-02-24 10:37:29 +00:00
|
|
|
{ 'nvim-neotest/nvim-nio' },
|
2024-04-12 12:01:19 +01:00
|
|
|
}
|