summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/mitch/init.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/mitch/init.lua b/lua/mitch/init.lua
index 6fadd4f..6fa6b3a 100644
--- a/lua/mitch/init.lua
+++ b/lua/mitch/init.lua
@@ -59,3 +59,7 @@ vim.opt.undoreload = 10000
-- lots of history, it's always nice to find old nasty command that happen
-- to be really useful
vim.opt.history = 10000
+
+
+vim.cmd("set ea")
+vim.cmd("autocmd VimResized * wincmd =")