Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Update setting due to breaking changes in cmp-nvim-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
Springok committed Oct 17, 2022
1 parent 000fe9a commit 23551fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/config/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ local on_attach = function(client, bufnr)
lsp_highlight_document(client)
end

local capabilities = require("cmp_nvim_lsp").default_capabilities(vim.lsp.protocol.make_client_capabilities())
local capabilities = require("cmp_nvim_lsp").default_capabilities()

-- local servers = { "jsonls", "sumneko_lua", "solargraph", "clojure_lsp" }
local servers = { "jsonls", "sumneko_lua", "clojure_lsp" }
Expand Down

0 comments on commit 23551fd

Please sign in to comment.