refactor(nvim): remove unecessary path detection for tsserver
Fixed upsteram in ts tools
This commit is contained in:
parent
21ab0c1cd5
commit
3f35283a0f
@ -434,8 +434,6 @@ return {
|
|||||||
require("typescript-tools").setup({
|
require("typescript-tools").setup({
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
settings = {
|
settings = {
|
||||||
tsserver_path = vim.fn.stdpath("data")
|
|
||||||
.. "/mason/packages/typescript-language-server/node_modules/typescript/lib/tsserver.js",
|
|
||||||
expose_as_code_action = {
|
expose_as_code_action = {
|
||||||
"fix_all",
|
"fix_all",
|
||||||
"add_missing_imports",
|
"add_missing_imports",
|
||||||
|
Loading…
Reference in New Issue
Block a user