nvim: after/ftplugin/markdown: Remove column limit

This commit is contained in:
Sanchayan Maity 2023-01-21 20:05:03 +05:30
parent 46d68a981a
commit 3e5d0f0e13
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
vim.bo.textwidth = 80
vim.bo.textwidth = 0
vim.api.nvim_create_autocmd({ "BufWritePost" }, {
buffer = 0,