Skip to content

vim.cmd [[set formatoptions-=cro]] -- TODO: this doesn't seem to work #10

@kola-web

Description

@kola-web

try it

vim.api.nvim_create_autocmd({ "FileType" }, {
	pattern = { "*" },
	callback = function()
		vim.cmd([[
       set formatoptions-=cro
    ]])
	end,
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions