Skip to content

Commit

Permalink
ruff-lsp: init
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel committed Oct 26, 2023
1 parent 785f5e3 commit 6296cf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
servers = {
bashls.enable = true;
clangd.enable = true;
fsautocomplete.enable = true;
gopls.enable = true;
nixd.enable = true;
fsautocomplete.enable = true;
ruff-lsp.enable = true;
};
keymaps.lspBuf = {
"gd" = "definition";
Expand Down

0 comments on commit 6296cf5

Please sign in to comment.