Revert "refactor(nvim): set markdown & org textwidth to 0"

This reverts commit 27671e6655.
This commit is contained in:
Price Hiller 2024-06-05 11:44:06 -05:00
parent 069066266e
commit e732a14c92
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
vim.opt_local.tabstop = 2
vim.opt_local.shiftwidth = 2
vim.opt_local.textwidth = 0
vim.opt_local.textwidth = 120
vim.opt_local.wrap = false
vim.keymap.set("n", "<leader>fr", "<cmd>MarkdownPreview<CR>", {

View File

@ -1,4 +1,3 @@
vim.opt_local.shiftwidth = 2
vim.opt_local.textwidth = 0
vim.opt_local.modeline = true
vim.opt_local.wrap = false