Skip to content

Commit

Permalink
lsp: swap rnix-lsp with nixd (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel authored Oct 22, 2023
1 parent 64b4cfc commit 968070f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
servers = {
bashls.enable = true;
clangd.enable = true;
fsautocomplete.enable = true;
gopls.enable = true;
rnix-lsp.enable = true;
nixd.enable = true;
fsautocomplete.enable = true;
};
keymaps.lspBuf = {
"gd" = "definition";
Expand Down

0 comments on commit 968070f

Please sign in to comment.