mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-08 10:19:48 +01:00
treesitter-cmp: disable on blink.cmp
This commit is contained in:
parent
5af402af98
commit
03359ac3c6
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ in {
|
||||||
vim = {
|
vim = {
|
||||||
startPlugins = ["nvim-treesitter"];
|
startPlugins = ["nvim-treesitter"];
|
||||||
|
|
||||||
autocomplete = {
|
# cmp-treesitter doesn't work on blink.cmp
|
||||||
|
autocomplete = mkIf config.vim.autocomplete.nvim-cmp.enable {
|
||||||
nvim-cmp.sources = {treesitter = "[Treesitter]";};
|
nvim-cmp.sources = {treesitter = "[Treesitter]";};
|
||||||
sourcePlugins = ["cmp-treesitter"];
|
sourcePlugins = ["cmp-treesitter"];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue