gopls format

pull/28/head
ray-x 3 years ago
parent d9e0a4be9f
commit 8b3b744b5e

@ -97,13 +97,14 @@ describe("should run gofmt", function()
local expected = vim.fn.join(vim.fn.readfile(cur_dir local expected = vim.fn.join(vim.fn.readfile(cur_dir
.. "/lua/tests/fixtures/fmt/goimports2_golden.go"), .. "/lua/tests/fixtures/fmt/goimports2_golden.go"),
"\n") "\n")
require("go").setup({goimport = "gopls", lsp_cfg = true})
_GO_NVIM_CFG.goimport = 'gopls' _GO_NVIM_CFG.goimport = 'gopls'
local lines = vim.fn.readfile(path) local lines = vim.fn.readfile(path)
local cmd = " silent exe 'e " .. path .. "'" local cmd = " silent exe 'e " .. path .. "'"
vim.cmd(cmd) vim.cmd(cmd)
require("go").setup({goimport = "gopls", lsp_cfg = true})
vim.wait(1000, function() vim.wait(1000, function()
end) end)

Loading…
Cancel
Save