Dotfiles V1.3.8
Nvim: changed latex compiler to luatex and changed table env snippet
This commit is contained in:
@@ -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