Add commentstring for pandoc
This commit is contained in:
parent
146083e981
commit
5a118932f3
@ -7,6 +7,7 @@ vim.api.nvim_create_autocmd({ "BufEnter", "BufWinEnter" }, {
|
||||
group = markdown,
|
||||
callback = function()
|
||||
vim.o.filetype = 'pandoc'
|
||||
vim.o.commentstring = '<!--%s-->'
|
||||
require('luasnip').filetype_extend("pandoc", { "markdown" })
|
||||
vim.o.spell = true
|
||||
require('spelling').spell_keymap()
|
||||
|
Loading…
Reference in New Issue
Block a user