diff options
| author | Kiyan Yazdani <yazdani.kiyan@protonmail.com> | 2020-05-12 16:20:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-12 16:20:13 +0200 |
| commit | 5a66c38b9ff49f0f0b45afa95816c77e18cc9886 (patch) | |
| tree | 542e99206f53df84efa75edd303c6a2f41b98fd9 /lua/nvim-treesitter/health.lua | |
| parent | ca2680edce9191a19610ad6563827aa802131313 (diff) | |
| parent | 45dcebb15f1a954eba2bcb3ae4c1a03f710a1f2a (diff) | |
Merge pull request #45 from kyazdani42/refacto-feat/buf-state-update
refacto/feat: better handling of parser updates
Diffstat (limited to 'lua/nvim-treesitter/health.lua')
| -rw-r--r-- | lua/nvim-treesitter/health.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/health.lua b/lua/nvim-treesitter/health.lua index 7ba1cae6..a1852162 100644 --- a/lua/nvim-treesitter/health.lua +++ b/lua/nvim-treesitter/health.lua @@ -55,8 +55,6 @@ function locals_health(lang) end end - --- TODO(vigoux): Maybe we should move each check to be perform in its own module function M.checkhealth() -- Installation dependency checks health_start('Installation') |
