core|options: Add formatoptions in options | Remove unnecessary autocmd
This commit is contained in:
parent
9021289421
commit
fe9a7b1651
2 changed files with 3 additions and 6 deletions
|
|
@ -55,6 +55,9 @@ opt.updatetime = 250
|
|||
-- when cursor reaches end/beginning of line
|
||||
opt.whichwrap:append "<>[]hl"
|
||||
|
||||
-- auto-wrap comments, don't auto insert comment on o/O and enter
|
||||
opt.formatoptions:remove "cro"
|
||||
|
||||
g.mapleader = " "
|
||||
|
||||
-- disable some builtin vim plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue