1
Fork 0
This commit is contained in:
Matei Adriel 2022-12-09 02:32:25 +01:00
parent 811660e30a
commit 01e4fe7095
22 changed files with 102 additions and 122 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -0,0 +1,10 @@
local M = {}
function M.setup()
require("leap").add_default_mappings()
end
-- (something)
-- something
return M