uninstall typescript support for neovim in favour of vscode
This commit is contained in:
parent
22585ef669
commit
fa1a3decb5
1 changed files with 0 additions and 4 deletions
|
|
@ -22,7 +22,6 @@ in
|
||||||
};
|
};
|
||||||
dependencies = {
|
dependencies = {
|
||||||
tree-sitter.enable = true;
|
tree-sitter.enable = true;
|
||||||
nodejs.enable = true;
|
|
||||||
gcc.enable = true;
|
gcc.enable = true;
|
||||||
};
|
};
|
||||||
diagnostic.settings.virtual_lines = true;
|
diagnostic.settings.virtual_lines = true;
|
||||||
|
|
@ -96,9 +95,6 @@ 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