aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitcoder <glepnir@gopherhub.org>2021-03-06 18:09:16 +0800
committerStephan Seitz <stephan.lauf@yahoo.de>2021-03-09 00:45:50 +0100
commitec41db9511309966f6ab816d0139fad30ef50be6 (patch)
treecbebeebdc61d66418a546bfb6b9e0594dc10886f
parentadd treesitter version in checkhealth (diff)
downloadnvim-treesitter-ec41db9511309966f6ab816d0139fad30ef50be6.tar
nvim-treesitter-ec41db9511309966f6ab816d0139fad30ef50be6.tar.gz
nvim-treesitter-ec41db9511309966f6ab816d0139fad30ef50be6.tar.bz2
nvim-treesitter-ec41db9511309966f6ab816d0139fad30ef50be6.tar.lz
nvim-treesitter-ec41db9511309966f6ab816d0139fad30ef50be6.tar.xz
nvim-treesitter-ec41db9511309966f6ab816d0139fad30ef50be6.tar.zst
nvim-treesitter-ec41db9511309966f6ab816d0139fad30ef50be6.zip
update tips in healthcheck
-rw-r--r--lua/nvim-treesitter/health.lua2
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