From ec41db9511309966f6ab816d0139fad30ef50be6 Mon Sep 17 00:00:00 2001 From: bitcoder Date: Sat, 6 Mar 2021 18:09:16 +0800 Subject: update tips in healthcheck --- lua/nvim-treesitter/health.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvim-treesitter/health.lua b/lua/nvim-treesitter/health.lua index b9a83725..ecce8a3c 100644 --- a/lua/nvim-treesitter/health.lua +++ b/lua/nvim-treesitter/health.lua @@ -19,7 +19,7 @@ local function install_health() local result = handle:read("*a") handle:close() local version = vim.split(result,'\n')[1]:match('[^tree%psitter].*') - health_ok('`tree-sitter` version '..version) + health_ok('`tree-sitter` found '..version .. '(parser generator, used for :TSInstallFromGrammar)') end if fn.executable('git') == 0 then -- cgit v1.2.3