You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ Please verify that this bug has NOT been reported before.
I checked all existing issues and didn't find a similar issue
Description
Hi its me again :P
It seems like the sql language server sqls is public archive.
nvim-lspconfig have decided to deprecate it and will remove it in version 0.2.0 (See here)
They suggest replacing it with sqlls, which is already available in nvim-lspconfig (See here)
It can be downloaded on npm, however there is no dedicated nixos package yet, so that would have to be done in a derivation using node2nix or similar means... which probably bloats this flake quite a bit.
I don't know what the best way to proceed here is, but i thought it probably should be an issue, just for completeness sake...
I'm very well aware of this issue, and have been meaning to resolve it for a while now. Unfortunately my last attempt has resulted in a failure thanks to, well, the best (worst) efforts of the nodejs ecosystem.
We are (currently) blocked by NixOS/nixpkgs#203887 - I intend to take another shot at packaging it soon.
Revisiting, the package still does not compile due to the default package.json having some fields that nixpkgs cannot conform to - will try with a patched package.json and get it in either nixpkgs or our own packages.
Description
Hi its me again :P
It seems like the sql language server sqls is public archive.
nvim-lspconfig have decided to deprecate it and will remove it in version 0.2.0 (See here)
They suggest replacing it with sqlls, which is already available in
nvim-lspconfig
(See here)It can be downloaded on npm, however there is no dedicated nixos package yet, so that would have to be done in a derivation using node2nix or similar means... which probably bloats this flake quite a bit.
I don't know what the best way to proceed here is, but i thought it probably should be an issue, just for completeness sake...
👟 Reproduction steps
👀 Expected behavior
Starts up fine
😓 Actual Behavior
When starting vim, you are prompted with a deprecation warning before you enter the editor.
💻 Metadata
"x86_64-linux"
- host os:Linux 6.1.44, NixOS, 23.05 (Stoat), 23.05.20230809.9034b46
- multi-user?:yes
- sandbox:yes
- version:nix-env (Nix) 2.13.5
- channels(root):"home-manager-22.11.tar.gz, nixos-23.05"
- nixpkgs:/nix/var/nix/profiles/per-user/root/channels/nixos
📝 Relevant log output
The text was updated successfully, but these errors were encountered: