neovim: Switch to nixd

rnix-lsp is no longer maintained and the package is currently broken in
nixpkgs as it depends on an insecure Nix version.
okarin2
Simon Bruder 2024-04-13 12:09:36 +02:00
parent 5f81e9db4b
commit 62c26e06a5
Signed by: simon
GPG Key ID: 347FF8699CDA0776
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2020-2023 Simon Bruder <simon@sbruder.de>
# SPDX-FileCopyrightText: 2020-2024 Simon Bruder <simon@sbruder.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
@ -54,7 +54,7 @@ in
haskell-language-server
jdt-language-server
unstable.ltex-ls
rnix-lsp
nixd
rust-analyzer
(python3.withPackages (ps: with ps; [
pyls-isort

View File

@ -1,4 +1,4 @@
-- SPDX-FileCopyrightText: 2018-2023 Simon Bruder <simon@sbruder.de>
-- SPDX-FileCopyrightText: 2018-2024 Simon Bruder <simon@sbruder.de>
--
-- SPDX-License-Identifier: AGPL-3.0-or-later
@ -348,7 +348,7 @@ lsp.ltex.setup {
lsp.pylsp.setup {
on_attach = on_attach,
}
lsp.rnix.setup {
lsp.nixd.setup {
on_attach = on_attach,
}
lsp.rust_analyzer.setup {