summaryrefslogtreecommitdiff
path: root/dot_config/nvim/lua/plugins/undotree.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/nvim/lua/plugins/undotree.lua')
-rw-r--r--dot_config/nvim/lua/plugins/undotree.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/dot_config/nvim/lua/plugins/undotree.lua b/dot_config/nvim/lua/plugins/undotree.lua
index 3a6d160..3465446 100644
--- a/dot_config/nvim/lua/plugins/undotree.lua
+++ b/dot_config/nvim/lua/plugins/undotree.lua
@@ -1,8 +1,8 @@
return {
- "jiaoshijie/undotree",
- dependencies = "nvim-lua/plenary.nvim",
- config = true,
- keys = { -- load the plugin only when using it's keybinding:
- { "<leader>u", "<cmd>lua require('undotree').toggle()<cr>", desc = "Toggle Undotree" },
- },
+ "jiaoshijie/undotree",
+ dependencies = "nvim-lua/plenary.nvim",
+ config = true,
+ keys = { -- load the plugin only when using it's keybinding:
+ { "<leader>u", "<cmd>lua require('undotree').toggle()<cr>", desc = "Toggle Undotree" },
+ },
}