Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/nvim/ftplugin/markdown.lua

4 lines
99 B
Lua

vim.opt.spell = true
vim.opt.spelllang = "en_us"
vim.opt.colorcolumn = "80"
vim.opt.textwidth = 80