Make nil the preferred language server over rnix-lsp

pull/4800/head
Blaž Hrastnik 2022-11-18 09:52:05 +09:00
parent 322e957ea1
commit 433ccef3fc
No known key found for this signature in database
GPG Key ID: 1238B9C4AD889640
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ file-types = ["nix"]
shebangs = []
roots = []
comment-token = "#"
language-server = { command = "rnix-lsp" }
language-server = { command = "nil" }
indent = { tab-width = 2, unit = " " }
[[grammar]]