|
@@ -34,7 +34,8 @@ utils.define_augroups({
|
|
|
{'BufWinEnter', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|
|
|
{'BufRead', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|
|
|
{'BufNewFile', '*', 'setlocal formatoptions-=c formatoptions-=r formatoptions-=o'},
|
|
|
- {'VimLeavePre', '*', 'set title set titleold='}
|
|
|
+ {'VimLeavePre', '*', 'set title set titleold='},
|
|
|
+ {'FileType', 'qf', 'set nobuflisted'},
|
|
|
|
|
|
-- {'User', 'GoyoLeave', 'lua require(\'galaxyline\').disable_galaxyline()'},
|
|
|
-- {'User', 'GoyoEnter', 'lua require(\'galaxyline\').galaxyline_augroup()'},
|