We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basically its a question - can i use nvim-lspconfig in the same matter i used coc-nvim
nvim-lspconfig
let g:coc_global_extensions = ['coc-json', 'coc-git', 'coc-tsserver']
which means that on start these will be installed, so i should not call manually LspInstall {servername} for each server
LspInstall {servername}
The text was updated successfully, but these errors were encountered:
Not at the moment. And possible never since there's talk about removing the installation capabilities completely, see #334.
Sorry, something went wrong.
thanks @lithammer , i will subscribe there, and hope that something instead would be introduced as an entrypoint for installing lsp servers
No branches or pull requests
Basically its a question - can i use
nvim-lspconfig
in the same matter i used coc-nvimwhich means that on start these will be installed, so i should not call manually
LspInstall {servername}
for each serverThe text was updated successfully, but these errors were encountered: