Add linters for Vue & Pug
This commit is contained in:
+3
-2
@@ -34,9 +34,9 @@ Plug 'isRuslan/vim-es6' " javascript
|
|||||||
Plug 'kchmck/vim-coffee-script' " coffeescript
|
Plug 'kchmck/vim-coffee-script' " coffeescript
|
||||||
Plug 'ljfa-ag/minetweaker-highlighting' " ZenScript
|
Plug 'ljfa-ag/minetweaker-highlighting' " ZenScript
|
||||||
Plug 'plasticboy/vim-markdown' " markdown
|
Plug 'plasticboy/vim-markdown' " markdown
|
||||||
|
Plug 'posva/vim-vue' " vue
|
||||||
Plug 'slim-template/vim-slim' " slim
|
Plug 'slim-template/vim-slim' " slim
|
||||||
Plug 'statianzo/vim-jade' " jade
|
Plug 'statianzo/vim-jade' " jade
|
||||||
Plug 'posva/vim-vue' " vue
|
|
||||||
Plug 'stephpy/vim-yaml' " yaml
|
Plug 'stephpy/vim-yaml' " yaml
|
||||||
Plug 'vim-scripts/mako.vim' " mako
|
Plug 'vim-scripts/mako.vim' " mako
|
||||||
|
|
||||||
@@ -148,8 +148,9 @@ let g:ale_fixers = {
|
|||||||
let g:ale_linters = {
|
let g:ale_linters = {
|
||||||
\'go': ['gobuild', 'golint', 'govet'],
|
\'go': ['gobuild', 'golint', 'govet'],
|
||||||
\'html': [],
|
\'html': [],
|
||||||
\'typescript': ['tslint', 'tsserver'],
|
\'pug': ['puglint'],
|
||||||
\'python': ['pycodestyle', 'pydocstyle', 'pyflakes', 'pyls'],
|
\'python': ['pycodestyle', 'pydocstyle', 'pyflakes', 'pyls'],
|
||||||
|
\'typescript': ['tslint', 'tsserver'],
|
||||||
\'vue': ['vls']
|
\'vue': ['vls']
|
||||||
\}
|
\}
|
||||||
let g:ale_virtualenv_dir_names = ['usr']
|
let g:ale_virtualenv_dir_names = ['usr']
|
||||||
|
|||||||
Reference in New Issue
Block a user