added a kiss way to write md
This commit is contained in:
5
.config/nvim/ftplugin/markdown.lua
Normal file
5
.config/nvim/ftplugin/markdown.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
vim.opt_local.spell = true
|
||||
vim.opt_local.spelllang = { "en_us", "de_de", "fr_fr" }
|
||||
vim.opt_local.wrap = true
|
||||
vim.opt_local.linebreak = true
|
||||
vim.opt_local.conceallevel = 2
|
||||
Reference in New Issue
Block a user