Skip to content

Commit

Permalink
Add config references
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden committed Sep 5, 2021
1 parent 8263c0d commit f7a5380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/lspconfig/volar.lua
Expand Up @@ -9,6 +9,7 @@ end
local server_name = 'volar'
local bin_name = 'volar-server'

-- https://github.com/johnsoncodehk/volar/blob/master/packages/shared/src/types.ts
local volar_init_options = {
typescript = {
serverPath = get_typescript_server_path(vim.fn.getcwd()),
Expand Down Expand Up @@ -46,6 +47,7 @@ local volar_init_options = {
}
}

-- https://github.com/johnsoncodehk/volar/blob/master/package.json#L56
local volar_settings = {
volar= {
codeLens= {
Expand Down

0 comments on commit f7a5380

Please sign in to comment.