Compare commits
No commits in common. "5a118932f3de298d35a93f04cd6421a1d3aabbc5" and "3136772105535f6747f4cd0c66ababc3fe91f85f" have entirely different histories.
5a118932f3
...
3136772105
@ -7,7 +7,6 @@ vim.api.nvim_create_autocmd({ "BufEnter", "BufWinEnter" }, {
|
|||||||
group = markdown,
|
group = markdown,
|
||||||
callback = function()
|
callback = function()
|
||||||
vim.o.filetype = 'pandoc'
|
vim.o.filetype = 'pandoc'
|
||||||
vim.o.commentstring = '<!--%s-->'
|
|
||||||
require('luasnip').filetype_extend("pandoc", { "markdown" })
|
require('luasnip').filetype_extend("pandoc", { "markdown" })
|
||||||
vim.o.spell = true
|
vim.o.spell = true
|
||||||
require('spelling').spell_keymap()
|
require('spelling').spell_keymap()
|
||||||
|
@ -57,12 +57,4 @@ return {
|
|||||||
s({ trig = "bs", dscr = "Insert a big skip" },
|
s({ trig = "bs", dscr = "Insert a big skip" },
|
||||||
fmt("\\bigskip", {})
|
fmt("\\bigskip", {})
|
||||||
),
|
),
|
||||||
|
|
||||||
s({ trig = "tw", dscr = "Insert \\textwidth" },
|
|
||||||
fmt("\\textwidth", {})
|
|
||||||
),
|
|
||||||
|
|
||||||
s({ trig = "th", dscr = "Insert \\textheight" },
|
|
||||||
fmt("\\textheight", {})
|
|
||||||
),
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user