mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 11:08:53 +02:00
blink-cmp: Set lsp capabilities
Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
a5147a36f9
commit
f2f70b4376
2 changed files with 24 additions and 0 deletions
|
@ -406,4 +406,12 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
lsp-compat = {
|
||||
plugins.blink-cmp = {
|
||||
enable = true;
|
||||
setupLspCapabilities = true;
|
||||
};
|
||||
plugins.lsp.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue