feat(markdown): Auto set some options for md files
Basic options that I want set when I'm editing markdown files are now configured as an ftplugin file.
This commit is contained in:
parent
40eeea3bd9
commit
7f60e7fcb0
2
ftplugin/markdown.lua
Normal file
2
ftplugin/markdown.lua
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
vim.o.spell = true
|
||||||
|
vim.o.textwidth = 75
|
||||||
Loading…
Reference in New Issue
Block a user