Fix weirdness in gopls completions
This commit is contained in:
parent
c3fe8e033a
commit
a6fc668de5
@ -163,6 +163,9 @@ return {
|
||||
completion = cmp.config.window.bordered(),
|
||||
documentation = cmp.config.window.bordered(),
|
||||
},
|
||||
|
||||
-- Don't preselect any completion items, fixes wird behaviour in gopls
|
||||
preselect = cmp.PreselectMode.None,
|
||||
})
|
||||
require("cmp_git").setup({})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user