diff --git a/lua/autocmds.lua b/lua/autocmds.lua index 17c3268..c65d83b 100644 --- a/lua/autocmds.lua +++ b/lua/autocmds.lua @@ -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, })