I broke up with neovim....vim is my best friend now
This commit is contained in:
10
dot_vim/plugged/ale/ale_linters/kotlin/ktlint.vim
Normal file
10
dot_vim/plugged/ale/ale_linters/kotlin/ktlint.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
" Author: Francis Agyapong <francisagyapong2@gmail.com>
|
||||
" Description: Lint kotlin files using ktlint
|
||||
|
||||
call ale#linter#Define('kotlin', {
|
||||
\ 'name': 'ktlint',
|
||||
\ 'executable': 'ktlint',
|
||||
\ 'command': function('ale#handlers#ktlint#GetCommand'),
|
||||
\ 'callback': 'ale#handlers#ktlint#Handle',
|
||||
\ 'output_stream': 'stderr'
|
||||
\})
|
||||
Reference in New Issue
Block a user