Automatically close brackets, parentheses and

...quotes whilst in insert mode in Neovim
This commit is contained in:
Oliver Davies 2023-12-19 00:34:30 +00:00
parent 029b2f1721
commit 799ca92f40
2 changed files with 22 additions and 3 deletions

View file

@ -11,6 +11,7 @@ Instead of grouping changes by tag, they are grouped by the date they are releas
### Added
* Add `prettier` as a formatter within Neovim.
* Automatically close brackets, parentheses and quotes.
## 17th December 2023