This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: path to node modules
master
Tovi Jaeschke-Rogers
6 months ago
parent
c9e3e225ec
commit
d0240317ab
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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/l
ocal/l
ib/node_modules
"
end
lspconfig.tsserver
.
setup
(
{
Write
Preview
Loading…
Cancel
Save