diff options
| -rw-r--r-- | lua/nvim-treesitter/health.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/health.lua b/lua/nvim-treesitter/health.lua index b9a83725d..ecce8a3cd 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 |
