mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(dial): add and/or augend to python ft
This commit is contained in:
parent
2c37492461
commit
611c0116ba
1 changed files with 6 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ return {
|
|||
markdown = "markdown",
|
||||
sass = "css",
|
||||
scss = "css",
|
||||
python = "python",
|
||||
},
|
||||
groups = {
|
||||
default = {
|
||||
|
|
@ -151,6 +152,11 @@ return {
|
|||
cyclic = true, -- "or" is incremented into "and".
|
||||
}),
|
||||
},
|
||||
python = {
|
||||
augend.constant.new({
|
||||
elements = { "and", "or" },
|
||||
}),
|
||||
},
|
||||
},
|
||||
}
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue