Skip to content

Commit

Permalink
use nixd instead of nil-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
emattiza committed Apr 9, 2024
1 parent 7329bc8 commit 41894ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/lsp/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -416,12 +416,12 @@ in {
*/
''
-- Nix config
lspconfig.nil_ls.setup{
lspconfig.nixd.setup{
capabilities = capabilities;
on_attach = function(client, bufnr)
attach_keymaps(client, bufnr)
end,
cmd = {"${pkgs.nil}/bin/nil"}
cmd = {"${pkgs.nixd}/bin/nixd"}
}
''}
Expand Down

0 comments on commit 41894ab

Please sign in to comment.