Update home/.config/lvim/lua/user/functions.lua
Update home/.config/lvim/lua/user/keybindings.lua Update home/.config/lvim/lua/user/luasnip-helper-funcs.lua Update home/.config/lvim/lua/user/plugins.lua Update home/.config/lvim/lua/user/whichkey.lua
This commit is contained in:
@@ -89,15 +89,15 @@ Last Modified By : Jeff Lance <email@jefflance.me>
|
||||
-- local rows = tonumber(snip.captures[2])
|
||||
-- local cols = tonumber(snip.captures[3])
|
||||
-- local nodes = {}
|
||||
-- local ins_indx = 1
|
||||
-- for j = 1, rows do
|
||||
-- local ins_indx = 1
|
||||
-- for j = 1, rows do
|
||||
-- table.insert(nodes, r(ins_indx, tostring(j) .. "x1", i(1)))
|
||||
-- ins_indx = ins_indx + 1
|
||||
-- for k = 2, cols do
|
||||
-- ins_indx = ins_indx + 1
|
||||
-- for k = 2, cols do
|
||||
-- table.insert(nodes, t(" & "))
|
||||
-- table.insert(nodes, r(ins_indx, tostring(j) .. "x" .. tostring(k), i(1)))
|
||||
-- ins_indx = ins_indx + 1
|
||||
-- end
|
||||
-- table.insert(nodes, r(ins_indx, tostring(j) .. "x" .. tostring(k), i(1)))
|
||||
-- ins_indx = ins_indx + 1
|
||||
-- end
|
||||
-- table.insert(nodes, t({ " \\\\", "" }))
|
||||
-- end
|
||||
-- -- fix last node.
|
||||
|
||||
Reference in New Issue
Block a user