1
0
Fork 0

set textwidth=85 fror markdown files

This commit is contained in:
Felipe 2023-07-19 22:29:04 -04:00
parent 22406fdb25
commit c40f81ac65
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -162,7 +162,7 @@ vim.filetype.add({ extension = { kdl = "kdl" } })
vim.api.nvim_create_autocmd({ "FileType" }, {
pattern = "markdown",
callback = function()
vim.opt_local.textwidth = 90
vim.opt_local.textwidth = 85
end,
})
-- YAML --