ray-x / go.nvim

G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim
MIT License
2.05k stars 123 forks source link

fix: add back compatibility with neovim v0.9 #469

Closed mehalter closed 4 months ago

mehalter commented 4 months ago

a recent commit utilizes vim.islist which is only available in neovim v0.10 which is still new and not necessarily widely available across all package managers or used yet. It's probably a good idea to at least support the previous version along with the current version.