-
Notifications
You must be signed in to change notification settings - Fork 273
get LanguageClient-neovim running with deno #1253
zodman
started this conversation in
Show and tell
-
"# ala vimrc way
if (filereadable("deno.json"))
let g:LanguageClient_serverCommands = {
\ 'typescript': {
\ 'name': 'deno',
\ 'command': ['deno', 'lsp'],
\ 'initializationOptions': {
\ "enable": v:true,
\ "lint": v:true,
\ },
\ },
\ }
endif
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment