Bläddra i källkod

move user autocommands to bottom of table

christianchiarulli 4 år sedan
förälder
incheckning
40209461a4
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      lua/lv-utils/init.lua

+ 1 - 1
lua/lv-utils/init.lua

@@ -43,7 +43,6 @@ end
 
 lv_utils.define_augroups {
 
-  _user_autocommands = O.user_autocommands,
   _general_settings = {
     {
       "TextYankPost",
@@ -107,6 +106,7 @@ lv_utils.define_augroups {
   --   {'InsertEnter', '*', 'if &cursorline | let g:ms_cursorlineoff = 1 | setlocal nocursorline | endif'},
   --   {'InsertLeave', '*', 'if exists("g:ms_cursorlineoff") | setlocal cursorline | endif'},
   -- },
+  _user_autocommands = O.user_autocommands,
 }
 
 vim.cmd [[