vim: remove uncommented lines

This commit is contained in:
Tim Schubert 2020-04-05 17:26:09 +02:00
parent 00d3a63ae4
commit 332e2cb257
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -118,14 +118,11 @@ nmap <leader>?? :ALEHover<Enter>
" Enable completion where available.
" This setting must be set before ALE is loaded.
let g:ale_completion_enabled = 1
let g:ale_warn_about_trailing_whitespace = 1
let g:ale_warn_about_trailing_lines = 1
let g:ale_completion_tsserver_autoimport = 1
" Use ALE and also some plugin 'foobar' as completion sources for all code.
"let g:deoplete#sources = {'_': ['ale']}
"let g:deoplete#enable_at_startup = 1
"let g:ale_lint_on_text_changed = 'never'
" You can disable this option too
" if you don't want linters to run on opening a file