Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Jun 8, 2024
1 parent 6a65998 commit 5100635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/lsp/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
kotlin-language-server.enable = true;
lua-ls.enable = true;
marksman.enable = true;
nil_ls.enable = true;
nil-ls.enable = true;
nushell.enable = true;
pylsp.enable = true;
yamlls.enable = true;
Expand All @@ -32,7 +32,7 @@
# '';
};

extraOptions = {
settings = {
RustaceanToolOpts.enable_clippy = true;
};
};
Expand Down

0 comments on commit 5100635

Please sign in to comment.