Skip to content

Commit

Permalink
blink: do not inherit vim's lsp capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Dec 26, 2024
1 parent 9f8a313 commit cd87a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/plugins/lsp/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ in {
''}
${optionalString usingBlinkCmp ''
capabilities = require('blink.cmp').get_lsp_capabilities(capabilities)
capabilities = require('blink.cmp').get_lsp_capabilities()
''}
'';
};
Expand Down

0 comments on commit cd87a0f

Please sign in to comment.