Skip to content

Commit

Permalink
enabled a JS/TS LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Octelly committed Dec 1, 2024
1 parent a5d0e71 commit 70fe0bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions homes/x86_64-linux/octelly@xia-pc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,11 @@ with config; {

# Python
pyright.enable = true;

# JS/TS
ts_ls = {
enable = true;
};
};
};

Expand Down

0 comments on commit 70fe0bc

Please sign in to comment.