Remove bufferline. Added vim-tmux-navigator for better interop between tmux/nvim.
This commit is contained in:
parent
621a1a728a
commit
434a42f0aa
|
@ -38,6 +38,7 @@
|
||||||
"vim-fugitive": { "branch": "master", "commit": "99db68d9b3304580bd383da7aaee05c7a954a344" },
|
"vim-fugitive": { "branch": "master", "commit": "99db68d9b3304580bd383da7aaee05c7a954a344" },
|
||||||
"vim-rhubarb": { "branch": "master", "commit": "ee69335de176d9325267b0fd2597a22901d927b1" },
|
"vim-rhubarb": { "branch": "master", "commit": "ee69335de176d9325267b0fd2597a22901d927b1" },
|
||||||
"vim-sleuth": { "branch": "master", "commit": "1cc4557420f215d02c4d2645a748a816c220e99b" },
|
"vim-sleuth": { "branch": "master", "commit": "1cc4557420f215d02c4d2645a748a816c220e99b" },
|
||||||
|
"vim-tmux-navigator": { "branch": "master", "commit": "7db70e08ea03b3e4d91f63713d76134512e28d7e" },
|
||||||
"which-key.nvim": { "branch": "main", "commit": "7ccf476ebe0445a741b64e36c78a682c1c6118b7" },
|
"which-key.nvim": { "branch": "main", "commit": "7ccf476ebe0445a741b64e36c78a682c1c6118b7" },
|
||||||
"zen-mode.nvim": { "branch": "main", "commit": "cb73b8bd0ef9d765b942db09dc762c603a89ae44" }
|
"zen-mode.nvim": { "branch": "main", "commit": "cb73b8bd0ef9d765b942db09dc762c603a89ae44" }
|
||||||
}
|
}
|
|
@ -59,13 +59,6 @@ return {
|
||||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
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
|
-- Searchable command reference with :CheatSheet
|
||||||
{
|
{
|
||||||
'sudormrfbin/cheatsheet.nvim',
|
'sudormrfbin/cheatsheet.nvim',
|
||||||
|
@ -90,4 +83,7 @@ return {
|
||||||
|
|
||||||
-- Add inline git history in floating windows
|
-- Add inline git history in floating windows
|
||||||
'rhysd/git-messenger.vim',
|
'rhysd/git-messenger.vim',
|
||||||
|
|
||||||
|
-- vim/tmux navigation
|
||||||
|
'christoomey/vim-tmux-navigator',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue