fix(nvim) remove debug print in the configuration
This commit is contained in:
parent
af2345b198
commit
4600e63f85
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ function goimports(timeout_ms)
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
print(vim.inspect(actions))
|
|
||||||
if not actions then return end
|
if not actions then return end
|
||||||
local action = actions[1]
|
local action = actions[1]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue