浏览代码

move user autocommands to bottom of table

christianchiarulli 4 年之前
父节点
当前提交
40209461a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 [[