mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim: some isabelle niceties
This commit is contained in:
parent
2f1fa5fc76
commit
41cc38d11b
4 changed files with 5 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ local function pair_with_insertion(a1, ins, a2, lang)
|
|||
)
|
||||
end
|
||||
|
||||
pair_with_insertion("(", "*", ")", { "ocaml", "why3", "skel" })
|
||||
pair_with_insertion("(*", " ", "*)", { "ocaml", "why3", "skel" })
|
||||
pair_with_insertion("(", "*", ")", { "ocaml", "why3", "skel", "isabelle" })
|
||||
pair_with_insertion("(*", " ", "*)", { "ocaml", "why3", "skel", "isabelle" })
|
||||
|
||||
pair_with_insertion("[", " ", "]", { "typst", "python", "haskell", "nix", "sh" })
|
||||
pair_with_insertion("{", " ", "}", nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue