Skip to content

Commit

Permalink
typescript-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 2, 2024
1 parent 0bbf0f2 commit 1828f45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions nixvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
./title.nix
./treesitter.nix
./trouble.nix
./typescript-tools.nix
./updatetime.nix
./which-key.nix
];
Expand Down
1 change: 0 additions & 1 deletion nixvim/lsp/servers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
./eslint.nix
./lua-ls.nix
./nixd.nix
./ts-ls.nix
./yamlls.nix
];
}
3 changes: 0 additions & 3 deletions nixvim/lsp/servers/ts-ls.nix

This file was deleted.

3 changes: 3 additions & 0 deletions nixvim/typescript-tools.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
plugins.typescript-tools.enable = true;
}

0 comments on commit 1828f45

Please sign in to comment.