leap and bufferline
This commit is contained in:
6
vim/.vim/lua/plugins/leap.lua
Normal file
6
vim/.vim/lua/plugins/leap.lua
Normal file
@ -0,0 +1,6 @@
|
||||
return {
|
||||
"ggandor/leap.nvim",
|
||||
config = function()
|
||||
require("leap").add_default_mappings()
|
||||
end,
|
||||
}
|
Reference in New Issue
Block a user