Skip to content

Commit

Permalink
Add typescript-language-server configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Jun 1, 2024
1 parent a44cb99 commit 1617bc1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lsp/data/lsp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,18 @@ autocomplete_trigger_sequences=:;.;'
#show_server_stderr=true


[TypeScript]
cmd=typescript-language-server --stdio
semantic_tokens_enable=true
#rpc_log=stdout
#rpc_log_full=false
#show_server_stderr=true


[Javascript]
use=TypeScript


# TODO: help needed! Only the above defined language servers have been tested
# (lightly). If you know some other working language server or find a problem
# with the settings above, please open an issue report or a pull request
Expand Down

0 comments on commit 1617bc1

Please sign in to comment.