From e9b6e2d311156fc71b355194553cc35948ca3b44 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Mon, 19 Oct 2020 05:56:49 -0400 Subject: readme: add nvim-treesitter-context --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7907aa9f..320918cd 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,8 @@ Other modules can be installed as plugins. - [refactor](https://github.com/nvim-treesitter/nvim-treesitter-refactor) - Refactoring and definition modules - [textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) - Textobjects defined by tree-sitter queries - [playground](https://github.com/nvim-treesitter/playground) - Treesitter integrated playground +- [context](https://github.com/romgrk/nvim-treesitter-context) - Show parent code context in a popover + # Extra features -- cgit v1.2.3