remove autocommand throwing error

This commit is contained in:
christianchiarulli 2021-07-08 18:40:21 -04:00
parent 6e8bbd1572
commit 0d388e430e

View file

@ -65,7 +65,7 @@ lv_utils.define_augroups {
"setlocal formatoptions-=c formatoptions-=r formatoptions-=o",
},
{ "BufWritePost", "lv-config.lua", "lua require('lv-utils').reload_lv_config()" },
{ "VimLeavePre", "*", "set title set titleold=" },
-- { "VimLeavePre", "*", "set title set titleold=" },
},
-- _solidity = {
-- {'BufWinEnter', '.sol', 'setlocal filetype=solidity'}, {'BufRead', '*.sol', 'setlocal filetype=solidity'},