No auto comment in newline
This commit is contained in:
parent
8818bd0a7a
commit
34468c3cdf
@ -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'}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user