Skip to content

Commit

Permalink
fix(nvim): unnecessary argument
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Oct 20, 2022
1 parent 1e82224 commit f845da0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .config/nvim/plugin/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ protocol.CompletionItemKind = {
}

-- Set up completion using nvim_cmp with LSP source
local capabilities = require('cmp_nvim_lsp').default_capabilities(
vim.lsp.protocol.make_client_capabilities()
)
local capabilities = require('cmp_nvim_lsp').default_capabilities()

nvim_lsp.flow.setup {
on_attach = on_attach,
Expand Down

0 comments on commit f845da0

Please sign in to comment.