Compare commits
1 Commits
main
...
a6fc668de5
| Author | SHA1 | Date | |
|---|---|---|---|
| a6fc668de5 |
@@ -163,6 +163,9 @@ return {
|
|||||||
completion = cmp.config.window.bordered(),
|
completion = cmp.config.window.bordered(),
|
||||||
documentation = 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({})
|
require("cmp_git").setup({})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user