Backup
This commit is contained in:
parent
811660e30a
commit
01e4fe7095
22 changed files with 102 additions and 122 deletions
dotfiles/neovim/lua/my/plugins
10
dotfiles/neovim/lua/my/plugins/leap.lua
Normal file
10
dotfiles/neovim/lua/my/plugins/leap.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
local M = {}
|
||||
|
||||
function M.setup()
|
||||
require("leap").add_default_mappings()
|
||||
end
|
||||
|
||||
-- (something)
|
||||
-- something
|
||||
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue