autocomplete off by default
This commit is contained in:
@@ -6,7 +6,7 @@ return {
|
||||
preset = "default",
|
||||
["<S-Tab>"] = { "select_and_accept" },
|
||||
}
|
||||
vim.b.completion = true
|
||||
vim.b.completion = false
|
||||
|
||||
Snacks.toggle({
|
||||
name = "Completion",
|
||||
|
Reference in New Issue
Block a user