vim: remove uncommented lines
This commit is contained in:
parent
00d3a63ae4
commit
332e2cb257
1 changed files with 1 additions and 4 deletions
|
@ -118,14 +118,11 @@ nmap <leader>?? :ALEHover<Enter>
|
||||||
" Enable completion where available.
|
" Enable completion where available.
|
||||||
" This setting must be set before ALE is loaded.
|
" This setting must be set before ALE is loaded.
|
||||||
let g:ale_completion_enabled = 1
|
let g:ale_completion_enabled = 1
|
||||||
|
|
||||||
let g:ale_warn_about_trailing_whitespace = 1
|
let g:ale_warn_about_trailing_whitespace = 1
|
||||||
let g:ale_warn_about_trailing_lines = 1
|
let g:ale_warn_about_trailing_lines = 1
|
||||||
let g:ale_completion_tsserver_autoimport = 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'
|
"let g:ale_lint_on_text_changed = 'never'
|
||||||
" You can disable this option too
|
" You can disable this option too
|
||||||
" if you don't want linters to run on opening a file
|
" if you don't want linters to run on opening a file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue