all repos

init.lua @ ede5a97

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
refactor(gopher): change log level
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-06-30 13:53:24 +0300
Parent: 40f3b9d
M lua/plugins/gopher.lua

@@ -5,6 +5,7 @@ ft = "go",

dev = true, ---@type gopher.Config opts = { + log_level = vim.log.levels.TRACE, gotests = { template = "testify", },