Dotfiles V1.3.8
Nvim: changed latex compiler to luatex and changed table env snippet
This commit is contained in:
@@ -6,10 +6,8 @@ return {
|
||||
|
||||
vim.g.vimtex_view_method = "zathura"
|
||||
vim.g.vimtex_quickfix_mode = 0
|
||||
vim.g.vimtex_compiler_latexmk = {
|
||||
options = {
|
||||
"-pdf",
|
||||
},
|
||||
vim.g.vimtex_compiler_latexmk_engines = {
|
||||
_ = "-lualatex",
|
||||
}
|
||||
vim.g.vimtex_fold_enabled = true
|
||||
vim.g.vimtex_format_enabled = true
|
||||
|
||||
@@ -134,7 +134,7 @@ local item = s(
|
||||
table.insert(autosnippets, item)
|
||||
|
||||
local tableenv = s(
|
||||
{ trig = "table(%d) (%d)", regTrig = true, desc = "Table Environment" },
|
||||
{ trig = "table(%d+) (%d+)", regTrig = true, desc = "Table Environment" },
|
||||
fmt(
|
||||
[[
|
||||
\begin{{tabular}}{{|{}}}
|
||||
@@ -193,7 +193,7 @@ local tableenv = s(
|
||||
}
|
||||
)
|
||||
)
|
||||
table.insert(autosnippets, tableenv)
|
||||
table.insert(snippets, tableenv)
|
||||
|
||||
local pdf = s(
|
||||
{ trig = "-pdf", desc = "Insert PDF" },
|
||||
|
||||
Reference in New Issue
Block a user