From ddc86f3a8aaa1afd36cf8f1a46a29a57922efc8a Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:51:35 +0100 Subject: fix(cmp): handle deprecated tree-sitter api (#3853) --- lua/lvim/plugins.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 61aeb221..3f8cb62c 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -117,6 +117,7 @@ local core_plugins = { require("lvim.core.autopairs").setup() end, enabled = lvim.builtin.autopairs.active, + dependencies = { "nvim-treesitter/nvim-treesitter", "hrsh7th/nvim-cmp" }, }, -- Treesitter -- cgit v1.2.3