refactor(nvim): set markdown & org textwidth to 0
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s

This commit is contained in:
Price Hiller 2024-06-03 23:07:05 -05:00
parent 8c131ce315
commit 27671e6655
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 2 additions and 1 deletions

View File

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

View File

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