mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: factor out leap.nvim
This commit is contained in:
parent
bcbb51dd60
commit
469455b542
2 changed files with 3 additions and 1 deletions
2
.config/nvim/after/plugin/leap.lua
Normal file
2
.config/nvim/after/plugin/leap.lua
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
local leap = require("leap")
|
||||
leap.add_default_mappings()
|
||||
|
|
@ -39,7 +39,7 @@ local plugins = {
|
|||
{
|
||||
"ggandor/leap.nvim",
|
||||
dependencies = "tpope/vim-repeat",
|
||||
config = function() require("leap").add_default_mappings() end,
|
||||
lazy = false,
|
||||
},
|
||||
|
||||
-- -- Folding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue