-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(buf_ls): add buf_ls support #485
Conversation
Thanks for your work! |
done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested on my configuration with astronvim and astrocommunity.pack.proto
everything works well
NVIM v0.10.2
Build type: Release
LuaJIT 2.1.1732813678
This seems to solve this issue. Thanks for your contribution!! |
This comment has been minimized.
This comment has been minimized.
* origin/main: (33 commits) chore: update generated code (williamboman#514) chore: update generated code (williamboman#508) chore: update generated code (williamboman#505) chore: update generated code (williamboman#502) feat: add ginko_ls support (williamboman#490) (williamboman#496) fix: remove deprecated `bufls`, `ruff_lsp`, and `typst_lsp` mappings (williamboman#485) feat(kcl): add kcl support (williamboman#461) chore: update generated code (williamboman#494) chore: update generated code (williamboman#491) chore: update generated code (williamboman#489) chore: update generated code (williamboman#481) fix: don't override psalm cmd (williamboman#477) fix: fix importing server config definitions from lspconfig (williamboman#468) fix: update required nvim version to >= 0.9.0 (williamboman#478) chore(main): release 1.31.0 (williamboman#460) feat: add snakeskin_ls support (williamboman#457) feat: add nextls support (williamboman#455) feat: add tsp_server support (williamboman#448) fix: rename tsserver to ts_ls (williamboman#459) chore: update generated code (williamboman#454) ...
Now that support has landed in lspconfig, we can add it here.
Closes #488