Stop newline comments

This really works.
vim.cmd [[au BufEnter * set fo-=c fo-=r fo-=o]] -- Stop newline comments.
pull/65/head
Ricardo Aguilar 3 years ago committed by GitHub
parent 6260c37737
commit 6dcfd255f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,4 +38,4 @@ vim.opt.shortmess:append "c"
vim.cmd "set whichwrap+=<,>,[,],h,l"
vim.cmd [[set iskeyword+=-]]
vim.cmd [[set formatoptions-=cro]] -- TODO: this doesn't seem to work
vim.cmd [[au BufEnter * set fo-=c fo-=r fo-=o]] -- Stop newline comments.

Loading…
Cancel
Save