mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-09 12:35:04 +02:00
nvim config
This commit is contained in:
parent
56b9114bf2
commit
2234b188fb
23 changed files with 1810 additions and 920 deletions
7
lua/colinzhao/lazy/undotree.lua
Normal file
7
lua/colinzhao/lazy/undotree.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'mbbill/undotree',
|
||||
|
||||
config = function()
|
||||
vim.keymap.set('n', '<leader>u', vim.cmd.UndotreeToggle, { desc = 'Toggle Undotree' })
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue