refactor(nvim): remove unecessary path detection for tsserver

Fixed upsteram in ts tools
This commit is contained in:
Price Hiller 2023-10-07 22:48:45 -05:00
parent 21ab0c1cd5
commit 3f35283a0f
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -434,8 +434,6 @@ return {
require("typescript-tools").setup({
on_attach = on_attach,
settings = {
tsserver_path = vim.fn.stdpath("data")
.. "/mason/packages/typescript-language-server/node_modules/typescript/lib/tsserver.js",
expose_as_code_action = {
"fix_all",
"add_missing_imports",