Removes auto selection
This commit is contained in:
parent
091df60ed3
commit
fb6d33bfab
1 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,13 @@ return {
|
|||
keymap = {
|
||||
preset = "super-tab",
|
||||
},
|
||||
completion = {
|
||||
list = {
|
||||
selection = {
|
||||
auto_insert = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
cmdline = {
|
||||
sources = {},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue