fixes ts tools
This commit is contained in:
parent
db73afce3d
commit
9f0085a955
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
plugins.typescript-tools = {
|
||||
|
|
@ -6,6 +6,7 @@
|
|||
extraPackages = [ pkgs.typescript-language-server ];
|
||||
settings = {
|
||||
jsx_close_tag.enable = true;
|
||||
tsserver_path = lib.getExe pkgs.typescript-language-server;
|
||||
tsserver_file_preferences = {
|
||||
__raw = ''
|
||||
function(ft)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue