Added linter options
Added CSS color highliting plugin
This commit is contained in:
parent
a7d59616fe
commit
aa49de9246
1 changed files with 4 additions and 1 deletions
|
|
@ -51,6 +51,9 @@ Plug 'junegunn/vim-peekaboo'
|
||||||
" The package manager itself.
|
" The package manager itself.
|
||||||
Plug 'junegunn/vim-plug'
|
Plug 'junegunn/vim-plug'
|
||||||
|
|
||||||
|
" Shows the color in css files
|
||||||
|
Plug 'ap/vim-css-color'
|
||||||
|
|
||||||
" Add swift support
|
" Add swift support
|
||||||
Plug 'keith/swift.vim'
|
Plug 'keith/swift.vim'
|
||||||
|
|
||||||
|
|
@ -304,7 +307,7 @@ let g:ale_fixers = {'python': ['isort', 'black'],
|
||||||
\'htmldjango': ['html-beautify'],
|
\'htmldjango': ['html-beautify'],
|
||||||
\'xml': ['xmllint'],
|
\'xml': ['xmllint'],
|
||||||
\'java': ['uncrustify'],
|
\'java': ['uncrustify'],
|
||||||
\'javascript': ['prettier', 'xo', 'standard', 'eslint'],
|
\'javascript': ['eslint', 'prettier', 'xo', 'standard'],
|
||||||
\'tex': ['latexindent']}
|
\'tex': ['latexindent']}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue