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

7 lines
146 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 {
enabled = vim.fn.has("nvim-0.10") == 1,
2023-11-21 22:29:51 +02:00
"Bekaboo/dropbar.nvim",
}