mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim: autopair () with space in between
This commit is contained in:
parent
58dde3289e
commit
63074ebee6
1 changed files with 1 additions and 0 deletions
|
|
@ -78,3 +78,4 @@ pair_with_insertion("{", "-", "}", { "haskell" })
|
|||
pair_with_insertion("{-", " ", "-}", { "haskell" }) -- block comment
|
||||
pair_with_insertion("{-", "#", "-}", { "haskell" }) -- language flags
|
||||
pair_with_insertion("{-#", " ", "#-}", { "haskell" })
|
||||
pair_with_insertion("(", " ", ")", { "haskell", "nix" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue