Skip to content

Commit

Permalink
Vim: Vista: Use ALE/bash-language-server for sh
Browse files Browse the repository at this point in the history
  • Loading branch information
polyzen committed Apr 16, 2020
1 parent e0ed23b commit e21b7e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/.vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ let g:indentLine_char_list = ['|', '¦', '┆', '┊']
let g:indentLine_bufTypeExclude = ['help']
let g:matchup_matchparen_offscreen = { 'method': 'popup' }
let g:vista_executive_for = {
\ 'sh': 'ale',
\ 'python': 'ale',
\ 'rust': 'ale',
\ }
Expand Down

0 comments on commit e21b7e1

Please sign in to comment.