Browse Source

fix: path to node modules

master
Tovi Jaeschke-Rogers 4 months ago
parent
commit
d0240317ab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .config/nvim/lua/tovi/plugins/lsp/lspconfig.lua

+ 1
- 1
.config/nvim/lua/tovi/plugins/lsp/lspconfig.lua View File

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


Loading…
Cancel
Save