This commit is contained in:
ManjaroOne666 2019-06-16 11:38:43 +01:00
parent df3ed9f9d4
commit 4a55a05cd4
2 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,7 @@
let g:ale_fix_on_save = 1
let g:ale_fix_on_save_ignore = { 'vue': ['eslint'] }
let g:ale_linters = {'scss': ['stylelint'], 'javascript': ['eslint'], 'json': ['jsonlint'], 'php':['php'], 'python': [], 'html':['htmlhint'], 'vue': []}
let g:ale_linters = {'scss': [], 'javascript': ['eslint'], 'json': ['jsonlint'], 'php':['php'], 'python': [], 'html':['htmlhint'], 'vue': []}
let g:ale_fixers = {'scss': ['prettier'], 'javascript': ['eslint'], 'json': ['jq'], 'python': [], 'vue': []}
let g:ale_html_htmlhint_options = '-c ~/.htmlhintrc --format=unix'
@ -285,6 +285,7 @@ let g:mta_filetypes = {
let g:gutentags_ctags_tagfile = '.tags'
let g:gutentags_ctags_exclude = ['package.json', 'Session.vim', 'package-lock.json', 'TODO.txt']
let g:gutentags_resolve_symlinks = 1
"}}}
" #vim-Jinja2-Syntax{{{

3
vimrc
View File

@ -572,7 +572,8 @@ set laststatus=2
set shortmess=aoOT
set cmdheight=3
set foldmethod=manual
set foldmethod=indent
set foldnestmax=3
set showmode