nvim: after/ftplugin/markdown: Remove column limit
This commit is contained in:
parent
46d68a981a
commit
3e5d0f0e13
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
vim.bo.textwidth = 80
|
||||
vim.bo.textwidth = 0
|
||||
|
||||
vim.api.nvim_create_autocmd({ "BufWritePost" }, {
|
||||
buffer = 0,
|
||||
|
|
Loading…
Reference in a new issue