update default priority of sign

pull/196/head
ray-x 2 years ago
parent 9ea9ee2c4b
commit 4c1ee0ddeb

@ -18,6 +18,7 @@ _GO_NVIM_CFG = {
comment_placeholder = "",
icons = { breakpoint = "🧘", currentpos = "🏃" }, -- set to false to disable icons setup
sign_priority = 7, -- set priority of signs used by go.nevim
verbose = false,
log_path = vfn.expand("$HOME") .. "/tmp/gonvim.log",
lsp_cfg = false, -- false: do nothing
@ -90,7 +91,7 @@ _GO_NVIM_CFG = {
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,
gocoverage_sign = "",
gocoverage_sign_priority = 5,
gocoverage_sign_priority = 7,
launch_json = nil, -- the launch.json file path, default to .vscode/launch.json
-- launch_json = vfn.getcwd() .. "/.vscode/launch.json",
dap_debug = true,

Loading…
Cancel
Save