autocomplete should not interrupt cr or tab, so shift tab
This commit is contained in:
@ -4,7 +4,7 @@ return {
|
||||
opts = function(_, opts)
|
||||
opts.keymap = {
|
||||
preset = "default",
|
||||
["<Tab>"] = { "select_and_accept" },
|
||||
["<S-Tab>"] = { "select_and_accept" },
|
||||
}
|
||||
vim.b.completion = true
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
indent_type = "Spaces"
|
||||
indent_width = 2
|
||||
column_width = 120
|
||||
column_width = 120
|
||||
|
Reference in New Issue
Block a user