common: add leap.nvim

This commit is contained in:
Matej Janezic 2023-04-09 21:59:58 +02:00
parent 8a508c30d1
commit c7dc25c6d8
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 9 additions and 0 deletions

View File

@ -38,6 +38,15 @@ return {
-- highlighting for comments
{ 'folke/todo-comments.nvim', dependencies = 'nvim-lua/plenary.nvim', opts = {} },
-- newage search plugin
{
'ggandor/leap.nvim',
dependencies = { 'tpope/vim-repeat' },
config = function()
require('leap').add_default_mappings()
end,
},
-- permanent links to fileranges
{
'ruifm/gitlinker.nvim',