mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-07 08:59:50 +01:00
blink: do not inherit vim's lsp capabilities
This commit is contained in:
parent
9f8a3137eb
commit
cd87a0f0f7
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ in {
|
|||
''}
|
||||
|
||||
${optionalString usingBlinkCmp ''
|
||||
capabilities = require('blink.cmp').get_lsp_capabilities(capabilities)
|
||||
capabilities = require('blink.cmp').get_lsp_capabilities()
|
||||
''}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue