From 4a55a05cd41a433e44fe57a84a8955e93a411a4c Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Sun, 16 Jun 2019 11:38:43 +0100 Subject: [PATCH] update --- config/plugins.nvim.vim | 3 ++- vimrc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/plugins.nvim.vim b/config/plugins.nvim.vim index 2c49da5..6ec4558 100644 --- a/config/plugins.nvim.vim +++ b/config/plugins.nvim.vim @@ -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{{{ diff --git a/vimrc b/vimrc index 9cf2cb7..78a5b98 100644 --- a/vimrc +++ b/vimrc @@ -572,7 +572,8 @@ set laststatus=2 set shortmess=aoOT set cmdheight=3 -set foldmethod=manual +set foldmethod=indent +set foldnestmax=3 set showmode