|
@ -124,7 +124,7 @@ return { |
|
|
if os == "darwin" then |
|
|
if os == "darwin" then |
|
|
base_path = "/opt/homebrew/lib/node_modules" |
|
|
base_path = "/opt/homebrew/lib/node_modules" |
|
|
elseif os == "linux" then |
|
|
elseif os == "linux" then |
|
|
base_path = "/usr/lib/node_modules" |
|
|
|
|
|
|
|
|
base_path = "/usr/local/lib/node_modules" |
|
|
end |
|
|
end |
|
|
|
|
|
|
|
|
lspconfig.tsserver.setup({ |
|
|
lspconfig.tsserver.setup({ |
|
|