refactor(nvim): set markdown & org textwidth to 0
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
This commit is contained in:
parent
8c131ce315
commit
27671e6655
@ -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>", {
|
||||
|
@ -1,3 +1,4 @@
|
||||
vim.opt_local.shiftwidth = 2
|
||||
vim.opt_local.textwidth = 0
|
||||
vim.opt_local.modeline = true
|
||||
vim.opt_local.wrap = false
|
||||
|
Loading…
Reference in New Issue
Block a user