Nvim: only enable dropbar if has nvim 0.10

main
Marko Korhonen 6 months ago
parent 08aa9907c7
commit db73442b8b
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -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",
}

Loading…
Cancel
Save