AstroNvim / astrolsp

LSP Configuration Engine built for AstroNvim
https://AstroNvim.com
GNU General Public License v3.0
44 stars 4 forks source link

Run config failing #14

Closed benmaia closed 2 months ago

benmaia commented 2 months ago

Checklist

Neovim version (nvim -v)

0.10.0

Operating system/version

ubuntu 20.04

Terminal/GUI

windows terminal

Describe the bug

As soon as I open neovim, this notification appears

Steps to Reproduce

Git clone the repo, remove the .git directory, open nvim.

Expected behavior

It gives me an error on lsp config

Screenshots

Screenshot 2024-07-08 163532

Additional Context

No response

mehalter commented 2 months ago

Looks like you have an out of date version of Neovim. You are probably using some neovim 0.10 nightly before the official release that has the old vim.lsp.inlay_hint.enable API that changed before the release.

mehalter commented 2 months ago

Relevant commit that you are missing: https://github.com/neovim/neovim/commit/f1dfe32bf5552197e0068298b0527526a4f918b1

Please only use stable neovim as that's the only thing AstroNvim supports

mehalter commented 2 months ago

Also when filling out the issue form please run the actual nvim -v command and paste the output for your version. That's there to identify errors like this