this is a bit unstable but whatever
This commit is contained in:
parent
afdefb7dc3
commit
27f55ed03c
9 changed files with 7 additions and 105 deletions
|
|
@ -7,10 +7,10 @@ return { "L3MON4D3/LuaSnip",
|
|||
vim.cmd("make install_jsregexp")
|
||||
end,
|
||||
lazy = function(load)
|
||||
load:keymap("n", "<c-a>")
|
||||
load:keymap("n", "<c-e>")
|
||||
load:keymap("n", "<c-j>")
|
||||
load:keymap("n", "<c-k>")
|
||||
load:keymap({"i", "s"}, "<c-a>")
|
||||
load:keymap({"i", "s"}, "<c-e>")
|
||||
load:keymap({"i", "s"}, "<c-j>")
|
||||
load:keymap({"i", "s"}, "<c-k>")
|
||||
end,
|
||||
load = function()
|
||||
local luasnip = require("luasnip")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue