uninstall typescript support for neovim in favour of vscode

This commit is contained in:
wi11-holdsworth 2025-09-11 14:16:23 +10:00
parent 22585ef669
commit fa1a3decb5

View file

@ -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;
}; };
}; };
}; };