No auto comment in newline

This commit is contained in:
Oliver Hartmann 2021-10-13 23:58:07 +02:00
parent 8818bd0a7a
commit 34468c3cdf

View File

@ -35,6 +35,9 @@ local autocmds = {
}; };
file_changed = { file_changed = {
{'BufEnter,FocusGained', '*', 'checktime'}; {'BufEnter,FocusGained', '*', 'checktime'};
};
no_auto_comment = {
{'BufEnter', '*', 'set fo-=c fo-=r fo-=o'}
} }
} }