fix(nvim): correct nil ls name

This commit is contained in:
winston 2023-05-11 23:24:47 +02:00
parent 08c5fe7276
commit 95728b2eaa
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -210,7 +210,7 @@ local servers = {
"dockerls", "dockerls",
"helm_ls", "helm_ls",
"jqls", "jqls",
"nil", "nil_ls",
"taplo", "taplo",
"teal_ls", "teal_ls",
} }