Skip to content

Commit

Permalink
update vim config
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchuette committed Dec 1, 2021
1 parent 973d03c commit f021999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim-config/configs.vim
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ let g:ale_fixers = {
\ 'elm': ['elm-format'],
\ 'haskell': ['hfmt']
\}
" totally possible, but needs configuation: 'cpp': ['clang-format']
" Totally usable, but needs configuration: 'cpp': ['clang-format'].

" Using `prettier' as a fixer can be annoying, e.g. when writing jsx. If
" that is the case, just toggle running fixers on save with <leader>j.
Expand Down

0 comments on commit f021999

Please sign in to comment.