chore: Added leap.nvim to config
This commit is contained in:
parent
fb5066766f
commit
b881916fbe
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue