feat(nvim): add treesitter-context plugin

This commit is contained in:
Stefan Imhoff
2022-09-02 09:00:21 +02:00
parent 2a0772cfa2
commit d21761ff42
2 changed files with 8 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ return packer.startup(function(use)
use({ "nvim-treesitter/nvim-treesitter", run = ":TSUpdate" })
use("p00f/nvim-ts-rainbow") -- Rainbox parentheses
use("nvim-treesitter/playground") -- Treesitter information in Neovim
use("nvim-treesitter/nvim-treesitter-context") -- Show context
-- File/Window Management
use("ThePrimeagen/harpoon") -- Getting you where you want