mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Add preselect = cmp.PreselectMode.None to nvim-cmp
This commit is contained in:
@@ -134,6 +134,7 @@ cmp.setup {
|
|||||||
{ name = 'path' },
|
{ name = 'path' },
|
||||||
{ name = 'treesitter' },
|
{ name = 'treesitter' },
|
||||||
},
|
},
|
||||||
|
preselect = cmp.PreselectMode.None,
|
||||||
mapping = {
|
mapping = {
|
||||||
["<Tab>"] = cmp.mapping(function(fallback)
|
["<Tab>"] = cmp.mapping(function(fallback)
|
||||||
if cmp.visible() then
|
if cmp.visible() then
|
||||||
|
Reference in New Issue
Block a user