refactor(nvim): set markdown textwidth to 120
This commit is contained in:
parent
7c64fa9964
commit
f851c98623
@ -1,7 +1,7 @@
|
||||
vim.opt_local.tabstop = 2
|
||||
vim.opt_local.conceallevel = 0
|
||||
vim.opt_local.shiftwidth = 2
|
||||
vim.opt_local.textwidth = 0
|
||||
vim.opt_local.textwidth = 120
|
||||
|
||||
vim.keymap.set("n", "<leader>fr", "<cmd>MarkdownPreview<CR>", {
|
||||
buffer = true,
|
||||
|
Loading…
Reference in New Issue
Block a user