1
0
Fork 0

neovim: Sorbet

This commit is contained in:
Jeremy Kaplan 2020-08-07 16:59:26 -07:00
commit 2353cf16d0

View file

@ -163,6 +163,10 @@ let g:ale_linters = {
\ 'flake8',
\ 'mypy',
\ ],
\ 'ruby': [
\ 'rubocop',
\ 'sorbet',
\ ],
\ 'rust': [
\ 'cargo',
\ ],