plugins/lsp: configure deno ls

This commit is contained in:
Dmitriy Pleshevskiy 2022-11-18 00:03:36 +03:00
parent 4811c8054c
commit 1067059290
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 5 additions and 0 deletions

View File

@ -77,6 +77,11 @@ lsp_config.nil_ls.setup({})
lsp_config.tsserver.setup({})
lsp_config.eslint.setup({})
-- deno
-- To appropriately highlight codefences returned from denols
vim.g.markdown_fenced_languages = { "ts=typescript" }
lsp_config.denols.setup({})
-- rust
lsp_config.rust_analyzer.setup({
-- Server-specific settings...