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