From c3e6369db6c7d091ea3665a458326c7e099c2e47 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 22 Aug 2020 23:32:35 +0200 Subject: [PATCH] feat(config): add global disable option --- README.md | 1 + doc/nvim-treesitter.txt | 1 + lua/nvim-treesitter/configs.lua | 11 ++++++++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5689d98f..0e5a7960a 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ so you'll need to activate them by putting this in your `init.vim` file: lua <