Add prettier as a formatter
This commit is contained in:
parent
3e58c64014
commit
782f3e4b10
|
@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), but adapt
|
|||
|
||||
Instead of grouping changes by tag, they are grouped by the date they are released.
|
||||
|
||||
## 18th December 2023
|
||||
|
||||
### Added
|
||||
|
||||
* Add `prettier` as a formatter within Neovim.
|
||||
|
||||
## 17th December 2023
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -233,6 +233,7 @@ in
|
|||
|
||||
# Formatters
|
||||
black
|
||||
nodePackages.prettier
|
||||
rstfmt
|
||||
stylua
|
||||
|
||||
|
|
Loading…
Reference in a new issue