mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
plugins/lsp: add nixd language server
This commit is contained in:
parent
da04916de2
commit
885a746073
4 changed files with 95 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{pkgs}: {
|
||||
empty = {
|
||||
plugins.lsp.enable = true;
|
||||
};
|
||||
|
@ -87,6 +87,10 @@
|
|||
lua-ls.enable = true;
|
||||
metals.enable = true;
|
||||
nil_ls.enable = true;
|
||||
# TODO nixd is currently broken on Darwin
|
||||
# https://github.com/nix-community/nixd/issues/107
|
||||
# Thus, this test is currently disabled.
|
||||
nixd.enable = !pkgs.stdenv.isDarwin;
|
||||
pylsp.enable = true;
|
||||
pyright.enable = true;
|
||||
rnix-lsp.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue