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.
|
||||
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']}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue