dotfiles/config/nvim/after/ftplugin/markdown.lua

3 lines
141 B
Lua

vim.bo.tabstop = 2
vim.opt.formatoptions:append('t') -- wrap text on 'textwidth'
vim.opt.spell = true -- turn on spell checking