mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-29 04:00:05 +02:00
add: migrate go format & lint
This commit is contained in:
parent
39b6c22356
commit
33fe8d43df
5 changed files with 49 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue