summary | 
shortlog | 
log | 
commit | commitdiff | 
tree
raw | 
patch | 
inline | side by side (from parent 1: 
dd4a806)
 
Most of them were already in vimrc. Matching augroup names from LazyVim
is done to somewhat future proof the autocommands.
--- /dev/null
+return {
+  {
+    "LazyVim/LazyVim",
+    opts = {
+      defaults = {
+        autocmds = false,
+      },
+    },
+  },
+}
 
 
 " autocmds {{{1
 " Resize splits when the window is resized {{{2
 
 " autocmds {{{1
 " Resize splits when the window is resized {{{2
     au!
     autocmd VimResized * :wincmd =
 augroup END
     au!
     autocmd VimResized * :wincmd =
 augroup END
 augroup END
 
 " Jump to last known cursor position {{{2
 augroup END
 
 " Jump to last known cursor position {{{2
     au!
     " blacklist certain filetype
     let blacklist = ['gitcommit']
     au!
     " blacklist certain filetype
     let blacklist = ['gitcommit']