refactor(nvim): set textwidth to 120
This commit is contained in:
parent
92b6ca2052
commit
3a433fb181
@ -1,6 +1,6 @@
|
||||
vim.opt_local.tabstop = 2
|
||||
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