all repos

gopher.nvim @ bfbee0f

Minimalistic plugin for Go development
1 files changed, 1 insertions(+), 1 deletions(-)
fix(gotests): print help message by `vim.notify`
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-06-27 16:15:30 +0300
Parent: ebb3894
M lua/gopher/gotests.lua

@@ -34,7 +34,7 @@ ---@param parallel boolean

function M.func_test(parallel) local ns = ts_utils.get_func_method_node_at_pos(unpack(vim.api.nvim_win_get_cursor(0))) if ns == nil or ns.name == nil then - print "cursor on func/method and execute the command again" + u.notify("cursor on func/method and execute the command again", "info") return end