no set formatoptions to nothing in md
This commit is contained in:
parent
57bb771ca1
commit
4b5eaa3a2a
|
@ -177,6 +177,7 @@ vim.api.nvim_create_autocmd("FileType", {
|
||||||
vim.opt_local.spell = true
|
vim.opt_local.spell = true
|
||||||
vim.opt_local.conceallevel = 0
|
vim.opt_local.conceallevel = 0
|
||||||
vim.opt.wrap = true
|
vim.opt.wrap = true
|
||||||
|
-- vim.opt.formatoptions = ""
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -342,3 +342,6 @@ unknowability
|
||||||
talmann
|
talmann
|
||||||
Goldberger
|
Goldberger
|
||||||
ofc
|
ofc
|
||||||
|
shockwaves
|
||||||
|
deerhash
|
||||||
|
argon2
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue