install typescript lsp for nvim
This commit is contained in:
parent
32f04d5e47
commit
776471b364
1 changed files with 3 additions and 0 deletions
|
|
@ -96,6 +96,9 @@ in
|
||||||
|
|
||||||
# syntax highlighting
|
# syntax highlighting
|
||||||
treesitter.enable = true;
|
treesitter.enable = true;
|
||||||
|
}
|
||||||
|
// lib.optionalAttrs config.dev.enable {
|
||||||
|
typescript-tools.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue