Skip to content
New issue

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

chore(lsp): remove usage of deprecated lsp_installer.on_server_ready() #129

Merged

Conversation

williamboman
Copy link
Contributor

@williamboman williamboman commented Apr 28, 2022


local lspconfig = require("lspconfig")

local servers = { "jsonls", "sumneko_lua" }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might make sense to add a comment here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
local servers = { "jsonls", "sumneko_lua" }
-- Add the servers you want to use
local servers = { "jsonls", "sumneko_lua" }

@ChristianChiarulli ChristianChiarulli merged commit 21877b4 into LunarVim:master Apr 29, 2022
@williamboman williamboman deleted the chore/lsp-server-setup branch April 29, 2022 08:20
ogirginc pushed a commit to ogirginc/dotfiles that referenced this pull request May 23, 2022
LunarVim/Neovim-from-scratch#129

Installed servers will no longer automatically be set up for you, you
will need to explicitly set them up via lspconfig in your config. If
you're installing a brand new server, this means you'll have to make
changes to your config and then restart neovim.[1]

[1] williamboman/nvim-lsp-installer#636
ogirginc pushed a commit to ogirginc/dotfiles that referenced this pull request May 23, 2022
LunarVim/Neovim-from-scratch#129

Installed servers will no longer automatically be set up for you, you
will need to explicitly set them up via lspconfig in your config. If
you're installing a brand new server, this means you'll have to make
changes to your config and then restart neovim.[1]

[1] williamboman/nvim-lsp-installer#636
avietrov added a commit to avietrov/dotfiles that referenced this pull request Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants