mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/lsp: add sqls language server
This commit is contained in:
parent
d45c30f160
commit
97131789ae
2 changed files with 5 additions and 0 deletions
|
@ -590,6 +590,10 @@ with lib; let
|
|||
description = "sourcekit language server for Swift and C/C++/Objective-C";
|
||||
package = pkgs.sourcekit-lsp;
|
||||
}
|
||||
{
|
||||
name = "sqls";
|
||||
description = "sqls for SQL";
|
||||
}
|
||||
{
|
||||
name = "svelte";
|
||||
description = "svelte language server for Svelte";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue