refactor(nvim): allow wrapping in markup files
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m5s

This commit is contained in:
Price Hiller 2024-06-18 23:54:42 -05:00
parent 4994caf0fc
commit 038ee7e2ab
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 0 additions and 2 deletions

View File

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

View File

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