From 5a70048116f8fb7489aa68e347d9dfe57dc39498 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 6 Jun 2023 11:02:28 +0200 Subject: feat: drop `TSInstallInfo` in favor of better `checkhealth` also fixes the hole in install.compilers --- plugin/nvim-treesitter.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugin') diff --git a/plugin/nvim-treesitter.lua b/plugin/nvim-treesitter.lua index fcf44d537..0bcbe07c3 100644 --- a/plugin/nvim-treesitter.lua +++ b/plugin/nvim-treesitter.lua @@ -18,10 +18,6 @@ local function complete_installed_parsers(arglead) end -- create user commands -api.nvim_create_user_command('TSInstallInfo', function() - require('nvim-treesitter.install').info() -end, { nargs = 0, desc = 'List available treesitter parsers' }) - api.nvim_create_user_command('TSInstall', function(args) require('nvim-treesitter.install').install(args.fargs, { force = args.bang }) end, { -- cgit v1.2.3-70-g09d2