issue #132 changes after writes

pull/135/head
ray-x 2 years ago
parent f5f5c41165
commit 1a3f4003a6

@ -44,7 +44,7 @@ _GO_NVIM_CFG = {
lsp_diag_virtual_text = { space = 0, prefix = "" },
lsp_diag_signs = true,
lsp_diag_update_in_insert = false,
lsp_fmt_async = true, -- async lsp.buf.format
lsp_fmt_async = false, -- async lsp.buf.format
go_boilplater_url = "https://github.com/thockin/go-build-template.git",
gopls_cmd = nil, --- you can provide gopls path and cmd if it not in PATH, e.g. cmd = { "/home/ray/.local/nvim/data/lspinstall/go/gopls" }
gopls_remote_auto = true,

Loading…
Cancel
Save