Skip to content

Commit

Permalink
feat(lsp): removed nil_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Oct 17, 2024
1 parent 07e7a34 commit 8a67b24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nvim.nix/config/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,6 @@
lua_ls.enable = true;
lua_ls.autostart = true;

nil_ls.enable = true;
nil_ls.autostart = true;
nil_ls.settings.formatting.command = null;

rust_analyzer.enable = true;
rust_analyzer.autostart = true;
rust_analyzer.installCargo = false;
Expand Down

0 comments on commit 8a67b24

Please sign in to comment.