overhaul of vim setup
This commit is contained in:
parent
65d2dd589d
commit
041d7bb037
8 changed files with 44 additions and 2580 deletions
|
|
@ -1,10 +0,0 @@
|
|||
let g:neomake_elixir_mix_maker = {
|
||||
\ 'exe' : 'mix',
|
||||
\ 'args': ['compile', '--warnings-as-errors'],
|
||||
\ 'cwd': getcwd(),
|
||||
\ 'errorformat':
|
||||
\ '** %s %f:%l: %m,' .
|
||||
\ '%f:%l: warning: %m'
|
||||
\ }
|
||||
|
||||
let g:neomake_elixir_enabled_makers = ['mix']
|
||||
Loading…
Add table
Add a link
Reference in a new issue