I broke up with neovim....vim is my best friend now
This commit is contained in:
4
dot_vim/plugged/ale/ale_linters/xhtml/alex.vim
Normal file
4
dot_vim/plugged/ale/ale_linters/xhtml/alex.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
" Author: Johannes Wienke <languitar@semipol.de>
|
||||
" Description: alex for XHTML files
|
||||
|
||||
call ale#handlers#alex#DefineLinter('xhtml', '--text')
|
||||
5
dot_vim/plugged/ale/ale_linters/xhtml/cspell.vim
Normal file
5
dot_vim/plugged/ale/ale_linters/xhtml/cspell.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
scriptencoding utf-8
|
||||
" Author: David Houston <houstdav000>
|
||||
" Description: cspell support for XHTML files.
|
||||
|
||||
call ale#handlers#cspell#DefineLinter('xhtml')
|
||||
9
dot_vim/plugged/ale/ale_linters/xhtml/proselint.vim
Normal file
9
dot_vim/plugged/ale/ale_linters/xhtml/proselint.vim
Normal file
@@ -0,0 +1,9 @@
|
||||
" Author: Daniel M. Capella https://github.com/polyzen
|
||||
" Description: proselint for XHTML files
|
||||
|
||||
call ale#linter#Define('xhtml', {
|
||||
\ 'name': 'proselint',
|
||||
\ 'executable': 'proselint',
|
||||
\ 'command': 'proselint %t',
|
||||
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
||||
\})
|
||||
4
dot_vim/plugged/ale/ale_linters/xhtml/writegood.vim
Normal file
4
dot_vim/plugged/ale/ale_linters/xhtml/writegood.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
" Author: Sumner Evans <sumner.evans98@gmail.com>
|
||||
" Description: write-good for XHTML files
|
||||
|
||||
call ale#handlers#writegood#DefineLinter('xhtml')
|
||||
Reference in New Issue
Block a user