Skip to content

Commit

Permalink
fix renamed lsp servers
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarlson94 committed Oct 15, 2024
1 parent 2e3d66e commit e5df2b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/home/cli/nixvim/plugins/completion/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
gopls.enable = true;
jsonls.enable = true;
marksman.enable = true;
nil-ls.enable = true; # Nix
ts-ls.enable = true;
nil_ls.enable = true; # Nix
ts_ls.enable = true;
omnisharp.enable = true;
};
keymaps = {
Expand Down

0 comments on commit e5df2b8

Please sign in to comment.