From 407b16489483d7d74e3416dd340e979e509fb36e Mon Sep 17 00:00:00 2001 From: long Date: Sun, 4 Sep 2022 14:05:52 -0500 Subject: [PATCH] added nvim treesitter context --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index d9ef4d6..5263b7b 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -64,6 +64,7 @@ require("packer").startup(function() --use "saadparwaiz1/cmp_luasnip" -- Snippets source for nvim-cmp use("p00f/nvim-ts-rainbow") use({ "nvim-treesitter/nvim-treesitter", run = ":TSUpdate" }) + use("nvim-treesitter/nvim-treesitter-context") use("neovim/nvim-lspconfig") -- Collection of configurations for built-in LSP client use("williamboman/nvim-lsp-installer") use({