chore: Added leap.nvim to config

This commit is contained in:
Afonso Franco 2022-10-16 03:27:55 +01:00
parent fb5066766f
commit b881916fbe
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
3 changed files with 8 additions and 2 deletions

View file

@ -10,5 +10,10 @@ return {
require("plugins.configs.others").luasnip()
require("luasnip.loaders.from_vscode").lazy_load({ paths = vim.g.luasnippets_path })
end
},
["ggandor/leap.nvim"] = {
config = function ()
require('leap').add_default_mappings()
end
}
}