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 = {
markdown = {},
python = { "pyright" },
nix = { "nil" },
nix = { "nil_ls" },
rust = { "rust_analyzer" },
go = { "gopls" },
c = { "clangd" },