mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 17:45:03 +02:00
plugins/lsp: register pkgs.vectorcode for vectorcode_server
This commit is contained in:
parent
2a7ee28895
commit
5908b5a737
2 changed files with 4 additions and 1 deletions
|
@ -50,6 +50,9 @@ let
|
|||
"typst_lsp"
|
||||
]
|
||||
++ lib.optionals (pkgs.stdenv.hostPlatform.system == "aarch64-linux") [
|
||||
# pkgs.vectorcode is not available on this platform
|
||||
"vectorcode_server"
|
||||
|
||||
# TODO: 2024-10-05 build failure
|
||||
"fstar"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue