Remove bufferline. Added vim-tmux-navigator for better interop between tmux/nvim.

This commit is contained in:
bob-ross27 2023-10-16 20:43:16 -03:00
parent 621a1a728a
commit 434a42f0aa
2 changed files with 4 additions and 7 deletions

View file

@ -59,13 +59,6 @@ return {
dependencies = { 'nvim-tree/nvim-web-devicons' },
},
-- Buffer tabs at top
{
'akinsho/bufferline.nvim',
opts = {},
dependencies = { 'nvim-tree/nvim-web-devicons' },
},
-- Searchable command reference with :CheatSheet
{
'sudormrfbin/cheatsheet.nvim',
@ -90,4 +83,7 @@ return {
-- Add inline git history in floating windows
'rhysd/git-messenger.vim',
-- vim/tmux navigation
'christoomey/vim-tmux-navigator',
}