mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-20 18:38:12 +00: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…
Add table
Reference in a new issue