fix(nvim): completion supertab mode wuzzwuzz
This commit is contained in:
parent
34148753cf
commit
d1227ec92e
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ return {
|
||||||
build = nil, -- Disable build since Nix provides pre-compiled version
|
build = nil, -- Disable build since Nix provides pre-compiled version
|
||||||
opts = {
|
opts = {
|
||||||
-- Keymap preset options: 'default' | 'super-tab' | 'enter'
|
-- Keymap preset options: 'default' | 'super-tab' | 'enter'
|
||||||
keymap = { preset = "default" },
|
keymap = { preset = "super-tab" },
|
||||||
|
|
||||||
appearance = {
|
appearance = {
|
||||||
-- Use mono nerd font variant
|
-- Use mono nerd font variant
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue