summaryrefslogtreecommitdiffstats
path: root/after
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-10-22 18:09:32 -0400
committerSquibid <me@zacharyscheiman.com>2023-10-22 18:09:32 -0400
commite522d7d3faa895c2722113b316d4fc8203158996 (patch)
tree75b3377f9058330c1c816309a86f9aaafbf0df6a /after
parentb6807d63cd284a73969f81da7c4b5213880c8bc5 (diff)
downloadnvim-e522d7d3faa895c2722113b316d4fc8203158996.tar.gz
nvim-e522d7d3faa895c2722113b316d4fc8203158996.tar.bz2
nvim-e522d7d3faa895c2722113b316d4fc8203158996.zip
add undotree config
Diffstat (limited to '')
-rw-r--r--after/plugin/undotree.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/after/plugin/undotree.lua b/after/plugin/undotree.lua
new file mode 100644
index 0000000..ece04b4
--- /dev/null
+++ b/after/plugin/undotree.lua
@@ -0,0 +1,3 @@
+if (g.loaded_undotree) then
+ g.undotree_DiffAutoOpen = 0
+end