diff --git a/vim/.vimrc b/vim/.vimrc index f88ac1d..aee5c4e 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -249,7 +249,7 @@ let g:lightline.component_expand={ let g:lightline.component_type={ \ 'readonly': 'error', \ 'linter_checking': 'left', - \ 'linter_warnings': 'warning', + \ 'linter_warn': 'warning', \ 'linter_errors': 'error', \ 'linter_ok': 'left', \ }