mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-07 08:59:50 +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 = {
|
||||
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