From 561382a7efd73e3eb72bc890e83afc021e4993fe Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Tue, 25 Aug 2020 20:00:47 +0200 Subject: [PATCH] Add Windows support (mingw) --- README.md | 2 +- doc/nvim-treesitter.txt | 2 +- lua/nvim-treesitter/install.lua | 18 +++++++++++++----- lua/nvim-treesitter/utils.lua | 14 ++++++++------ 4 files changed, 23 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 423ab8c3d..2c345da82 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ so you'll need to activate them by putting this in your `init.vim` file: ```lua lua < lua <