mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +02:00
move user autocommands to bottom of table
This commit is contained in:
parent
cbc301b76a
commit
40209461a4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,6 @@ end
|
||||||
|
|
||||||
lv_utils.define_augroups {
|
lv_utils.define_augroups {
|
||||||
|
|
||||||
_user_autocommands = O.user_autocommands,
|
|
||||||
_general_settings = {
|
_general_settings = {
|
||||||
{
|
{
|
||||||
"TextYankPost",
|
"TextYankPost",
|
||||||
|
@ -107,6 +106,7 @@ lv_utils.define_augroups {
|
||||||
-- {'InsertEnter', '*', 'if &cursorline | let g:ms_cursorlineoff = 1 | setlocal nocursorline | endif'},
|
-- {'InsertEnter', '*', 'if &cursorline | let g:ms_cursorlineoff = 1 | setlocal nocursorline | endif'},
|
||||||
-- {'InsertLeave', '*', 'if exists("g:ms_cursorlineoff") | setlocal cursorline | endif'},
|
-- {'InsertLeave', '*', 'if exists("g:ms_cursorlineoff") | setlocal cursorline | endif'},
|
||||||
-- },
|
-- },
|
||||||
|
_user_autocommands = O.user_autocommands,
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.cmd [[
|
vim.cmd [[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue