Nvim: only enable dropbar if has nvim 0.10
This commit is contained in:
parent
4994c68d83
commit
c8ff860c42
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue