nvim: Set markdown text width to 120
This commit is contained in:
parent
59e0bc692b
commit
b9d2affa08
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
vim.opt.spell = true
|
||||
vim.opt.spelllang = "en_us"
|
||||
vim.opt.colorcolumn = "80"
|
||||
vim.opt.textwidth = 80
|
||||
vim.opt.colorcolumn = "120"
|
||||
vim.opt.textwidth = 120
|
||||
|
|
|
|||
Loading…
Reference in a new issue