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

Commit

Permalink
Update api after running PackerUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Springok committed Oct 16, 2022
1 parent bee22bc commit 000fe9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ vim.g.tmux_navigator_disable_when_zoomed = 1
vim.g.abagile_migrant_structure_fold = 1

-- indent_blankline
vim.g.indent_blankline_enabled = "v:false"
-- vim.g.indent_blankline_enabled = "v:false"
require("indent_blankline").setup {
show_current_context = true,
show_current_context_start = true,
Expand Down
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").update_capabilities(vim.lsp.protocol.make_client_capabilities())
local capabilities = require("cmp_nvim_lsp").default_capabilities(vim.lsp.protocol.make_client_capabilities())

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

0 comments on commit 000fe9a

Please sign in to comment.