mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(snacks)!: use snacks.scope
indent objects in favor of custom mini.ai
indent objects
This commit is contained in:
parent
1a1a48497c
commit
d904a1ef47
3 changed files with 2 additions and 42 deletions
|
@ -160,7 +160,6 @@ return {
|
|||
{ "%u[%l%d]+%f[^%l%d]", "%f[%S][%l%d]+%f[^%l%d]", "%f[%P][%l%d]+%f[^%l%d]", "^[%l%d]+%f[^%l%d]" },
|
||||
"^().*()$",
|
||||
},
|
||||
i = LazyVim.mini.ai_indent, -- indent
|
||||
g = LazyVim.mini.ai_buffer, -- buffer
|
||||
u = ai.gen_spec.function_call(), -- u for "Usage"
|
||||
U = ai.gen_spec.function_call({ name_pattern = "[%w_]" }), -- without dot in function name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue