mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
more trouble.nvim tweaks
This commit is contained in:
parent
851e345bca
commit
cd60d7959b
3 changed files with 18 additions and 29 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue