Skip to content

Commit

Permalink
nvim-lsp: added denols (nix-community#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexnortung authored Nov 16, 2022
1 parent 4c36cdc commit a601a75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/nvim-lsp/basic-servers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ let
description = "Enable cssls, for CSS";
packages = [ pkgs.nodePackages.vscode-langservers-extracted ];
}
{
name = "denols";
description = "Enable denols, for Deno";
packages = [ pkgs.deno ];
}
{
name = "eslint";
description = "Enable eslint";
Expand Down

0 comments on commit a601a75

Please sign in to comment.