fix: `set formatoptions-=cro` doesn't work

pull/153/head
XXiaoA 3 years ago
parent 21877b4ced
commit b61772597f

@ -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.api.nvim_create_autocmd({"FileType"}, {command = "set formatoptions-=cro"})

Loading…
Cancel
Save