-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(nvim): use lspconfig to setup LSP servers
Stop using nvim-lsp-installer's `on_server_ready` callback to set up servers. This is due to the recent breaking changes in `nvim-lsp-installer`. It recommends using lspconfig directly to set up the servers. This slightly simplifies the configuration, because there is no indirection of using the `Server` type from nvim-lsp-installer. See williamboman/nvim-lsp-installer#631
- Loading branch information
Showing
1 changed file
with
26 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters