tamago324 / nlsp-settings.nvim

A plugin for setting Neovim LSP with JSON or YAML files
MIT License
316 stars 18 forks source link

support denols #12

Closed hemedani closed 2 years ago

hemedani commented 3 years ago

it's because of conflict between tsserver and denols, in many cases we wan't to disable tsserver on Deno project and enable denols and vice versa

Please support local setting and denols

this is also happen on coc-deno and vscode Deno extension

tamago324 commented 2 years ago

Supported by #14 and https://github.com/neovim/nvim-lspconfig/pull/1611!