mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-12 12:03:20 +00:00
treesitter: disable on blink.cmp
This commit is contained in:
parent
5a42eff8fd
commit
2a9a662f45
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ in {
|
|||
vim = {
|
||||
startPlugins = ["nvim-treesitter"];
|
||||
|
||||
autocomplete.nvim-cmp = {
|
||||
# cmp-treesitter doesn't work on blink.cmp
|
||||
autocomplete.nvim-cmp = mkIf config.vim.autocomplete.nvim-cmp.enable {
|
||||
sources = {treesitter = "[Treesitter]";};
|
||||
sourcePlugins = ["cmp-treesitter"];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue