add: migrate go format & lint

This commit is contained in:
asep.komarudin 2024-06-24 07:26:20 +07:00
parent 39b6c22356
commit 33fe8d43df
5 changed files with 49 additions and 9 deletions

View file

@ -59,8 +59,6 @@ if pcode.active_golang_config then
table.insert(pcode.treesitter_ensure_installed, ts)
end
table.insert(pcode.mason_ensure_installed, "gopls")
table.insert(pcode.null_ls_ensure_installed, "ast_grep")
table.insert(pcode.null_ls_ensure_installed, "gofumpt")
end
-- run if python config true
if pcode.active_python_config then