fix formatoptions

pull/193/head
Phuong Nguyen 2 years ago committed by GitHub
parent 9a928f56a1
commit 684c75a1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,4 +43,4 @@ end
vim.cmd "set whichwrap+=<,>,[,],h,l" vim.cmd "set whichwrap+=<,>,[,],h,l"
vim.cmd [[set iskeyword+=-]] vim.cmd [[set iskeyword+=-]]
vim.cmd [[set formatoptions-=cro]] -- TODO: this doesn't seem to work vim.cmd [[autocmd FileType * set formatoptions-=cro]]

Loading…
Cancel
Save