Skip to content

Commit

Permalink
feat: better gutter signs
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nhunt committed Jul 21, 2020
1 parent 45f4481 commit 71f6e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotfiles/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ let g:ale_completion_enabled = 1
let g:ale_completion_tsserver_autoimport = 1
let g:ale_lint_on_save=1
let g:ale_fix_on_save=1
let g:ale_sign_error='✗✗'
let g:ale_sign_warning='∆∆'
let g:ale_sign_error='❌❌'
let g:ale_sign_warning='😑😑'

" vim-go configuration
let g:go_fmt_command='goimports'
Expand Down

0 comments on commit 71f6e8b

Please sign in to comment.