summaryrefslogtreecommitdiffstatshomepage
path: root/nvim/.config/nvim/after/ftplugin/markdown.lua
blob: 4547d08a618158c2fea499dcf6cacba0276d6fdd (plain)
1
2
3
vim.opt_local.textwidth = 80
vim.opt_local.shiftwidth = 2
vim.opt_local.formatoptions:remove("o")