nvim: fix nix lsp name

This commit is contained in:
Nico 2025-05-03 16:16:00 +10:00
parent 3db7c1ad5b
commit f49dc05eb2

View file

@ -32,7 +32,7 @@ return {
preferred_servers = { preferred_servers = {
markdown = {}, markdown = {},
python = { "pyright" }, python = { "pyright" },
nix = { "nil" }, nix = { "nil_ls" },
rust = { "rust_analyzer" }, rust = { "rust_analyzer" },
go = { "gopls" }, go = { "gopls" },
c = { "clangd" }, c = { "clangd" },