added more plugins

This commit is contained in:
Brij Kishore Sharma 2024-07-01 17:02:59 +01:00
parent 5aeddfdd5d
commit f50ff82f33
5 changed files with 243 additions and 4 deletions

View file

@ -0,0 +1,6 @@
return {
'ggandor/leap.nvim',
config = function()
require('leap').create_default_mappings()
end,
}