nvim: some isabelle niceties

This commit is contained in:
Primrose 2024-09-18 00:09:32 +02:00
parent 2f1fa5fc76
commit 41cc38d11b
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 5 additions and 2 deletions

View file

@ -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)