Skip to content

Commit

Permalink
Actually use default_capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
foxyseta committed Oct 17, 2022
1 parent e5a6a1c commit 8d70947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/visimp/layers/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function L.preload()
if L.config.lsp then
vim.cmd('packadd cmp-nvim-lsp')
loader.get('lsp').on_capabilities(
get_module('cmp_nvim_lsp').update_capabilities()
get_module('cmp_nvim_lsp').default_capabilities()
)
end
end
Expand Down

0 comments on commit 8d70947

Please sign in to comment.