(neovim) disable snippets in cmdline; change lualine theme
This commit is contained in:
parent
b8646e3b6a
commit
8ad3669532
5 changed files with 11 additions and 11 deletions
|
@ -6,11 +6,7 @@ return {
|
|||
["<Tab>"] = { "accept", "fallback" },
|
||||
},
|
||||
cmdline = {
|
||||
enabled = true,
|
||||
completion = { menu = { auto_show = true } },
|
||||
keymap = {
|
||||
["<Tab>"] = { "accept_and_enter", "fallback" },
|
||||
},
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue