feat(markdown): Add filetype config for markdown
markdown files will now by default: - Have spell on - Have a textwidth of 75 - Highlight columns 75 & 80
This commit is contained in:
parent
9d5cdff374
commit
5422c36cbc
3
ftplugin/markdown.lua
Normal file
3
ftplugin/markdown.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
vim.wo.spell = true
|
||||||
|
vim.bo.textwidth = 75
|
||||||
|
vim.wo.colorcolumn = "75,80"
|
||||||
Loading…
Reference in New Issue
Block a user