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