Skip to content

Commit

Permalink
Update settings/deno.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Apr 26, 2024
1 parent 9a402d1 commit 0adde21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/deno.vim
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ augroup vim_lsp_settings_deno
\ },
\ },
\ },
\ 'config': empty(lsp#utils#find_nearest_parent_file(lsp#utils#get_buffer_path(), 'tsconfig.json')) ? (empty(lsp#utils#find_nearest_parent_file(lsp#utils#get_buffer_path(), "deno.json")) ? v:null : lsp#utils#find_nearest_parent_file(lsp#utils#get_buffer_path(), "deno.json")) : lsp#utils#find_nearest_parent_file(lsp#utils#get_buffer_path(), 'tsconfig.json'),
\ 'config': empty(lsp#utils#find_nearest_parent_file(lsp#utils#get_buffer_path(), 'tsconfig.json')) ? empty(lsp#utils#find_nearest_parent_file(lsp#utils#get_buffer_path(), "deno.json")) ? v:null : lsp#utils#find_nearest_parent_file(lsp#utils#get_buffer_path(), "deno.json") : lsp#utils#find_nearest_parent_file(lsp#utils#get_buffer_path(), 'tsconfig.json'),
\ 'internalDebug': lsp_settings#get('deno', 'internalDebug', v:false),
\ },
\ 'typescript': {
Expand Down

0 comments on commit 0adde21

Please sign in to comment.