Added linter options

Added CSS color highliting plugin
This commit is contained in:
Sebastian 2021-09-18 14:29:06 +02:00
parent a7d59616fe
commit aa49de9246

View file

@ -51,6 +51,9 @@ Plug 'junegunn/vim-peekaboo'
" The package manager itself.
Plug 'junegunn/vim-plug'
" Shows the color in css files
Plug 'ap/vim-css-color'
" Add swift support
Plug 'keith/swift.vim'
@ -304,7 +307,7 @@ let g:ale_fixers = {'python': ['isort', 'black'],
\'htmldjango': ['html-beautify'],
\'xml': ['xmllint'],
\'java': ['uncrustify'],
\'javascript': ['prettier', 'xo', 'standard', 'eslint'],
\'javascript': ['eslint', 'prettier', 'xo', 'standard'],
\'tex': ['latexindent']}