Nvim: only enable dropbar if has nvim 0.10

This commit is contained in:
Marko Korhonen 2024-01-24 09:59:37 +02:00
parent 08aa9907c7
commit db73442b8b
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

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