mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 04:35:08 +02:00
plugins/lsp: add nushell language server
This commit is contained in:
parent
65689c5dd8
commit
7d6c62833b
2 changed files with 6 additions and 0 deletions
|
@ -122,6 +122,7 @@
|
|||
metals.enable = true;
|
||||
nil_ls.enable = true;
|
||||
nixd.enable = true;
|
||||
nushell.enable = true;
|
||||
ols.enable =
|
||||
# ols is not supported on aarch64-linux
|
||||
(pkgs.stdenv.hostPlatform.system != "aarch64-linux")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue