Skip to content

Commit

Permalink
Nvim: LSP: Update vue-ls init_options
Browse files Browse the repository at this point in the history
  • Loading branch information
polyzen committed Oct 9, 2022
1 parent 0d45bf0 commit 4c409db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/.config/nvim/lua/lsp.lua
Expand Up @@ -252,7 +252,7 @@ nvim_lsp.volar.setup({
capabilities = capabilities_with_snippets,
init_options = {
typescript = {
serverPath = '/usr/lib/node_modules/typescript/lib/tsserverlibrary.js',
tsdk = '/usr/lib/node_modules/typescript/lib',
},
},
})

0 comments on commit 4c409db

Please sign in to comment.