nvim: tab keybinds

This commit is contained in:
gyoder 2025-08-11 12:31:15 -06:00
parent 87dbe71a7b
commit 6973cca5cc
2 changed files with 34 additions and 2 deletions

View file

@ -189,6 +189,17 @@ return require('packer').startup(function(use)
end
}
use {
'LukasPietzschmann/telescope-tabs',
requires = { 'nvim-telescope/telescope.nvim' },
config = function()
require'telescope-tabs'.setup{
-- Your custom config :^)
}
end
}
------------------------