more trouble.nvim tweaks

This commit is contained in:
iofq 2025-03-14 18:38:47 -05:00
parent 851e345bca
commit cd60d7959b
3 changed files with 18 additions and 29 deletions

View file

@ -53,17 +53,6 @@ return {
},
},
},
{
'mbbill/undotree',
event = 'VeryLazy',
keys = {
{ '<leader>nu', '<cmd>UndotreeToggle<cr>' },
},
config = function()
vim.g.undotree_ShortIndicators = 1
vim.g.undotree_SetFocusWhenToggle = 1
end,
},
{
'EdenEast/nightfox.nvim',
lazy = false,