I broke up with neovim....vim is my best friend now
This commit is contained in:
10
dot_vim/plugged/ale/ale_linters/testft/testlinter.vim
Normal file
10
dot_vim/plugged/ale/ale_linters/testft/testlinter.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
" Author: neersighted <bjorn@neersighted.com>
|
||||
" Description: dummy linter to use in tests
|
||||
|
||||
call ale#linter#Define('testft', {
|
||||
\ 'name': 'testlinter',
|
||||
\ 'output_stream': 'stdout',
|
||||
\ 'executable': 'testlinter',
|
||||
\ 'command': 'testlinter',
|
||||
\ 'callback': 'testCB',
|
||||
\})
|
||||
Reference in New Issue
Block a user