From a77f35ad556c34c54ece186366d10fd75c8408b5 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Thu, 16 Feb 2023 11:41:01 -0500 Subject: [PATCH] Add deno support --- lsp.vim | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/lsp.vim b/lsp.vim index 726786e..37e62e5 100644 --- a/lsp.vim +++ b/lsp.vim @@ -79,5 +79,20 @@ let g:LanguageClient_serverCommands = { \ } lua<