refactor plugins into directory

This commit is contained in:
Jason Miller 2024-12-07 03:41:14 -05:00
parent 2ffe0d20cd
commit 29efb5d532
16 changed files with 541 additions and 474 deletions

View file

@ -0,0 +1,10 @@
return {
{
'folke/tokyonight.nvim',
priority = 1000, -- Make sure to load this before all the other start plugins.
init = function()
vim.cmd.colorscheme 'tokyonight-night'
-- vim.cmd.hi 'Comment gui=none'
end,
},
}