This commit is contained in:
ManjaroOne666 2018-12-05 17:26:36 +00:00
commit 867257b951
3 changed files with 10 additions and 10 deletions

10
vimrc
View file

@ -1,8 +1,6 @@
" ●
if filereadable(expand('vimrc-config'))"{{{
source vimrc-config
endif
runtime vimrc-config
let g:vimrc_load_dev_plugins = exists('g:vimrc_load_dev_plugins')
\ ? g:vimrc_load_dev_plugins : 0
@ -144,7 +142,7 @@ if g:vimrc_load_dev_plugins
let g:ale_sign_column_always = 1
let g:ale_open_list = 0
" let g:ale_linters = {'scss': ['stylelint'], 'javascript': [], 'php':['php'], 'html':['htmlhint'], 'python': [], 'vue': []}
let g:ale_linters = {'scss': ['stylelint'], 'javascript': [], 'php':['php'], 'html':['htmlhint'], 'python': [], 'vue': []}
let g:ale_html_htmlhint_options = '-c ~/.htmlhintrc --format=unix'
let g:ale_fixers = {'javascript': ['eslint']}
let g:ale_sign_error = 'Α'
@ -1619,9 +1617,7 @@ if exists('+showtabline') && g:vimrc_enable_tabline
endif
"----------------------------------------------------------------------------}}}
if filereadable(expand('vimrc-overrides'))"{{{
source vimrc-overrides
endif
runtime vimrc-overrides
"}}}