feat(neovim): setup typescript
This commit is contained in:
parent
d854cd4609
commit
dd0d28e183
1 changed files with 6 additions and 1 deletions
|
|
@ -118,7 +118,12 @@ in {
|
||||||
format.type = "black-and-isort";
|
format.type = "black-and-isort";
|
||||||
};
|
};
|
||||||
css.enable = true;
|
css.enable = true;
|
||||||
ts.enable = false;
|
ts = {
|
||||||
|
enable = true;
|
||||||
|
extensions = {
|
||||||
|
ts-error-translator.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
nix = {
|
nix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lsp = {
|
lsp = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue