diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-01 14:42:32 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-01 14:42:32 -0500 |
| commit | 140623d2797f79ab4aecbb4db349207127ff09bc (patch) | |
| tree | 5143df0cec36a10d8b129b6d517c52d9ca76569e /after/plugin/undotree.lua | |
| parent | 70648ca4f20a77b5320d4e362140553b75637151 (diff) | |
| download | nvim-config-140623d2797f79ab4aecbb4db349207127ff09bc.tar.gz nvim-config-140623d2797f79ab4aecbb4db349207127ff09bc.tar.xz | |
Full blown rewrite of my Neovim configuration
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..785e017 --- /dev/null +++ b/after/plugin/undotree.lua @@ -0,0 +1 @@ +vim.keymap.set('n', "<leader>u", vim.cmd.UndotreeToggle) |
