mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 07:25:16 -05:00
plugins/lsp: Add statix (#1105)
* plugins/lsp: Add statix * plugins/lsp-config: remove redundant attribute Default is already defined by name Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com> * plugins/lsp-config: Simplify description Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com> --------- Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
co-authored by
Gaétan Lepage
parent
dcbe894bea
commit
b784e73ad3
@@ -83,6 +83,7 @@ in {
|
||||
"rust-analyzer"
|
||||
"solargraph"
|
||||
"sourcekit"
|
||||
"statix"
|
||||
"svelte"
|
||||
"tailwindcss"
|
||||
"taplo"
|
||||
|
||||
@@ -563,6 +563,10 @@ with lib; let
|
||||
description = "sourcekit language server for Swift and C/C++/Objective-C";
|
||||
package = pkgs.sourcekit-lsp;
|
||||
}
|
||||
{
|
||||
name = "statix";
|
||||
description = "statix for Nix";
|
||||
}
|
||||
{
|
||||
name = "svelte";
|
||||
description = "svelte language server for Svelte";
|
||||
|
||||
Reference in New Issue
Block a user