nvim: autopair () with space in between

This commit is contained in:
Primrose 2025-08-21 08:45:50 +02:00
parent 58dde3289e
commit 63074ebee6
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -78,3 +78,4 @@ pair_with_insertion("{", "-", "}", { "haskell" })
pair_with_insertion("{-", " ", "-}", { "haskell" }) -- block comment pair_with_insertion("{-", " ", "-}", { "haskell" }) -- block comment
pair_with_insertion("{-", "#", "-}", { "haskell" }) -- language flags pair_with_insertion("{-", "#", "-}", { "haskell" }) -- language flags
pair_with_insertion("{-#", " ", "#-}", { "haskell" }) pair_with_insertion("{-#", " ", "#-}", { "haskell" })
pair_with_insertion("(", " ", ")", { "haskell", "nix" })