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