add no linebreaks to defaults
This commit is contained in:
parent
abb82d74d9
commit
af1536b5c7
|
@ -50,3 +50,4 @@ vim.g.markdown_folding = 1
|
||||||
|
|
||||||
vim.opt.spelllang = "en_us"
|
vim.opt.spelllang = "en_us"
|
||||||
vim.opt.spell = true
|
vim.opt.spell = true
|
||||||
|
vim.opt.textwidth = 0 --prevent vim from isnerting linebreaks
|
||||||
|
|
Loading…
Reference in New Issue