From a49eeb6bd08800f81c4ae97ceea1426b1d712de8 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Thu, 25 Aug 2022 04:50:22 +0200 Subject: [PATCH] nvimrc: Add nvim-treesitter-context --- nvimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nvimrc b/nvimrc index 1ff6b46..fa2b236 100644 --- a/nvimrc +++ b/nvimrc @@ -528,6 +528,7 @@ let g:vimsyn_embed= 'lPr' packadd! nvim-treesitter " https://github.com/nvim-treesitter/nvim-treesitter.git packadd! nvim-treesitter-textobjects " https://github.com/nvim-treesitter/nvim-treesitter-textobjects.git packadd! nvim-treesitter-refactor " https://github.com/nvim-treesitter/nvim-treesitter-refactor.git +packadd! nvim-treesitter-context " https://github.com/nvim-treesitter/nvim-treesitter-context.git packadd! playground " https://github.com/nvim-treesitter/playground.git lua <