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

7 lines
146 B
Lua

-- Show the current LSP context in winbar
--- @type LazyPluginSpec
return {
enabled = vim.fn.has("nvim-0.10") == 1,
"Bekaboo/dropbar.nvim",
}