Compare commits

..

No commits in common. "5a118932f3de298d35a93f04cd6421a1d3aabbc5" and "3136772105535f6747f4cd0c66ababc3fe91f85f" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -7,7 +7,6 @@ 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()

View File

@ -57,12 +57,4 @@ return {
s({ trig = "bs", dscr = "Insert a big skip" },
fmt("\\bigskip", {})
),
s({ trig = "tw", dscr = "Insert \\textwidth" },
fmt("\\textwidth", {})
),
s({ trig = "th", dscr = "Insert \\textheight" },
fmt("\\textheight", {})
),
}