Add preselect = cmp.PreselectMode.None to nvim-cmp

This commit is contained in:
Dave Gallant
2022-05-01 19:59:40 -04:00
parent 40bffbb58b
commit a5918daf96

View File

@@ -134,6 +134,7 @@ cmp.setup {
{ name = 'path' },
{ name = 'treesitter' },
},
preselect = cmp.PreselectMode.None,
mapping = {
["<Tab>"] = cmp.mapping(function(fallback)
if cmp.visible() then