init
This commit is contained in:
8
nvim/lua/plugins/extras/editor/tabscope.lua
Normal file
8
nvim/lua/plugins/extras/editor/tabscope.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"akinsho/bufferline.nvim",
|
||||
optional = true,
|
||||
dependencies = {
|
||||
"backdround/tabscope.nvim",
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user