diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-14 11:54:26 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-14 11:54:26 +0100 |
| commit | d9b5e620220d356f3dae51c15ae734f603637598 (patch) | |
| tree | c98b69c96680f02784d5e3336449b349637a6ee5 /vimrc | |
| parent | c87eeb577b5e1e1d9e8c396dec098f4cc3df6717 (diff) | |
Use ALE instead of syntastic
Diffstat (limited to 'vimrc')
| -rwxr-xr-x | vimrc | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -79,6 +79,7 @@ set backspace=indent,eol,start " load the plugin and indent settings for the detected filetype filetype plugin indent on filetype plugin on +set omnifunc=syntaxcomplete#Complete " Opens an edit command with the path of the currently edited file filled in " Normal mode: <Leader>e @@ -171,14 +172,6 @@ endfunction nnoremap <C-n> :call NumberToggle()<cr> -" Syntastic stuff -let g:syntastic_javascript_checkers = ['eslint'] -let g:syntastic_always_populate_loc_list = 1 -let g:syntastic_check_on_open = 1 -let g:syntastic_check_on_wq = 1 -let g:syntastic_error_symbol = "X" -let g:syntastic_warning_symbol = "!" - " Dank Mono Italics highlight Keyword cterm=italic |