fix: remove linebreak and textwidth opts
This was causing more issues than solving, so I'm getting rid of it.
This commit is contained in:
parent
e40388a48f
commit
39ff075293
1 changed files with 0 additions and 2 deletions
|
@ -15,7 +15,5 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
|
|||
pattern = { "gitcommit", "markdown", "md", "mdx" },
|
||||
callback = function()
|
||||
vim.opt_local.wrap = true
|
||||
vim.opt_local.textwidth = 80
|
||||
vim.opt_local.linebreak = true
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue