update
This commit is contained in:
parent
3fd84ce96a
commit
81483d4a44
@ -21,7 +21,7 @@ return {
|
||||
config = function()
|
||||
require("go").setup()
|
||||
end,
|
||||
event = { "CmdlineEnter" },
|
||||
-- event = { "CmdlineEnter" },
|
||||
ft = { "go", 'gomod' },
|
||||
build = ':lua require("go.install").update_all_sync()' -- if you need to install/update all binaries
|
||||
},
|
||||
|
@ -20,6 +20,7 @@ return {
|
||||
config = function()
|
||||
G.map({
|
||||
{ "v", "ga", ":EasyAlign<CR>", { noremap = true } },
|
||||
{ "v", "=", ":EasyAlign<CR>", { noremap = true } },
|
||||
})
|
||||
end
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user