diff --git a/lua/nvchad/plugins/init.lua b/lua/nvchad/plugins/init.lua index eefbb90..6cd5d18 100644 --- a/lua/nvchad/plugins/init.lua +++ b/lua/nvchad/plugins/init.lua @@ -137,8 +137,8 @@ return { "hrsh7th/cmp-nvim-lua", "hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-buffer", - "https://codeberg.org/FelipeLema/cmp-async-path.git" - } + "https://codeberg.org/FelipeLema/cmp-async-path.git", + }, }, opts = function() return require "nvchad.configs.cmp" @@ -156,6 +156,7 @@ return { { "nvim-treesitter/nvim-treesitter", + branch = "master", event = { "BufReadPost", "BufNewFile" }, cmd = { "TSInstall", "TSBufEnable", "TSBufDisable", "TSModuleInfo" }, build = ":TSUpdate",