Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions plugin/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ if vim.g.lspconfig ~= nil then
end
vim.g.lspconfig = 1

if vim.fn.exists(':lsp') == 2 then
return
end

if vim.fn.has('nvim-0.11') == 0 then
vim.deprecate('nvim-lspconfig support for Nvim 0.10 or older', 'Nvim 0.11+', 'v3.0.0', 'nvim-lspconfig', false)
end
Expand Down