mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-08 09:09:49 +01:00
treesitter-cmp: disable on blink.cmp
This commit is contained in:
parent
a8334ee719
commit
85efe03d39
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ in {
|
|||
vim = {
|
||||
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]";};
|
||||
sourcePlugins = ["cmp-treesitter"];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue