nvim: Autofix SCSS with Prettier
This commit is contained in:
parent
17ac08843c
commit
af06985877
1 changed files with 3 additions and 0 deletions
|
|
@ -204,6 +204,9 @@ let g:ale_fixers = {
|
||||||
\ 'rust': [
|
\ 'rust': [
|
||||||
\ 'rustfmt',
|
\ 'rustfmt',
|
||||||
\ ],
|
\ ],
|
||||||
|
\ 'scss': [
|
||||||
|
\ 'prettier',
|
||||||
|
\ ],
|
||||||
\ 'typescript': [
|
\ 'typescript': [
|
||||||
\ 'prettier',
|
\ 'prettier',
|
||||||
\ ],
|
\ ],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue