Remove bufferline. Added vim-tmux-navigator for better interop between tmux/nvim.
This commit is contained in:
parent
621a1a728a
commit
434a42f0aa
2 changed files with 4 additions and 7 deletions
|
|
@ -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',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue