merge master

pull/28/head
ray-x 3 years ago
parent 766fd37327
commit 81c92c5362

@ -104,6 +104,7 @@ describe("should run gofmt", function()
local cmd = " silent exe 'e " .. path .. "'"
vim.cmd(cmd)
vim.cmd([[packadd go.nvim]])
require("go").setup({goimport = "gopls", lsp_cfg = true})
vim.wait(1000, function()
end)

Loading…
Cancel
Save