kakoune: add pint as formatter
This commit is contained in:
parent
5da937fb46
commit
cc0ddda78a
4 changed files with 13 additions and 0 deletions
|
@ -133,6 +133,7 @@ in
|
|||
|
||||
emmet-cli
|
||||
nodePackages.prettier
|
||||
pint-fmt
|
||||
|
||||
aspell
|
||||
aspellDicts.en
|
||||
|
|
|
@ -30,6 +30,10 @@ hook global WinSetOption filetype=angular %[
|
|||
add-highlighter buffer/angular ref html
|
||||
]
|
||||
|
||||
hook global BufCreate .*\.php %{
|
||||
set buffer formatcmd 'pint-fmt'
|
||||
}
|
||||
|
||||
hook global BufCreate .*\.js %{
|
||||
set buffer formatcmd 'prettier --parser babel'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue