changes to themes and added refactoring plugin

This commit is contained in:
mallowpi 2024-05-20 09:44:17 -05:00
parent b144748fea
commit 09bab0529b
5 changed files with 56 additions and 101 deletions

View file

@ -1,4 +1,9 @@
return {
-- Highlight todo, notes, etc in comments
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
{
'folke/todo-comments.nvim',
event = 'VimEnter',
dependencies = { 'nvim-lua/plenary.nvim' },
opts = { signs = false },
},
}