refactor(nvim): set tw for markdown to 0
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 36s

This commit is contained in:
Price Hiller 2024-10-11 10:18:40 -05:00
parent 5f7e9ee69c
commit 9726ac05c7
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

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.keymap.set("n", "<leader>fr", "<cmd>MarkdownPreview<CR>", {
buffer = true,