diff options
author | talha <talha@talhaamir.xyz> | 2023-11-19 13:47:03 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2023-11-19 13:47:03 +0500 |
commit | a75d4659bfac04a1f5cad4166cc68f873768c653 (patch) | |
tree | 1e3d7f0198bd16ca3270bcb3a72955f21738971a /after/plugin/undotree.lua |
Adding files for upload
Diffstat (limited to 'after/plugin/undotree.lua')
-rw-r--r-- | after/plugin/undotree.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/after/plugin/undotree.lua b/after/plugin/undotree.lua new file mode 100644 index 0000000..a346462 --- /dev/null +++ b/after/plugin/undotree.lua @@ -0,0 +1 @@ +vim.keymap.set('n', '<leader>u', vim.cmd.UndotreeToggle) |