dotfiles/home/.config/nvim/lua/plugins/dropbar.lua

6 lines
104 B
Lua
Raw Normal View History

2023-11-25 14:37:36 +02:00
-- Show the current LSP context in winbar
--- @type LazyPluginSpec
2023-11-21 22:29:51 +02:00
return {
"Bekaboo/dropbar.nvim",
}