From 9394e7decb15d168e96e3ce09693e40e61483c5d Mon Sep 17 00:00:00 2001 From: ray-x Date: Thu, 12 Jan 2023 15:40:12 +1100 Subject: [PATCH] tidy --- lua/go/gotest.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/go/gotest.lua b/lua/go/gotest.lua index 37b5204..3270667 100644 --- a/lua/go/gotest.lua +++ b/lua/go/gotest.lua @@ -460,8 +460,6 @@ M.test_func = function(...) local parser_path = vim.api.nvim_get_runtime_file('parser' .. sep .. 'go.so', false)[1] if not parser_path then -- require('nvim-treesitter.install').commands.TSInstallSync['run!']('go') - -- module.public.parser_path = vim.api.nvim_get_runtime_file('parser/go.so', false)[1] - vim.notify('go treesitter parser not found, please Run `:TSInstallSync go`', vim.log.levels.WARN) end return run_tests_with_ts_node(args, ns)