Skip to content

Commit

Permalink
Make nil the preferred language server over rnix-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Nov 18, 2022
1 parent 322e957 commit 433ccef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 433ccef

Please sign in to comment.