Fix weirdness in gopls completions
This commit is contained in:
parent
c3fe8e033a
commit
0d1983e8bb
@ -163,6 +163,8 @@ return {
|
||||
completion = cmp.config.window.bordered(),
|
||||
documentation = cmp.config.window.bordered(),
|
||||
},
|
||||
|
||||
preselect = 'none', -- Don't preselect completions suggested by source
|
||||
})
|
||||
require("cmp_git").setup({})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user