dotfiles/.config/nvim/lua/plugins/extras/editor/tabscope.lua
2023-12-06 23:38:47 +01:00

5 lines
76 B
Lua

return {
"backdround/tabscope.nvim",
event = "LazyFile",
opts = {},
}