Support neovim < 0.10 for lsp.get_clients

This commit is contained in:
~hedy
2024-06-05 20:54:26 +08:00
parent e6afff238c
commit 193e03a7b7
3 changed files with 12 additions and 2 deletions

View File

@@ -349,6 +349,7 @@ function M.setup(opts)
_G._outline_nvim_has = {
[8] = minor >= 8,
[9] = minor >= 9,
[10] = minor >= 10,
}
cfg.setup(opts)