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']
|
||||
|
|
@ -1 +0,0 @@
|
|||
let g:neomake_javascript_enabled_makers = ['eslint']
|
||||
|
|
@ -1,6 +1,3 @@
|
|||
" Neomake
|
||||
let g:neomake_python_enabled_makers = ['flake8']
|
||||
|
||||
""" Handy remaps
|
||||
noremap <leader>b Oimport ipdb;ipdb.set_trace()<Esc>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,2 @@
|
|||
" Neomake
|
||||
let g:neomake_ruby_enabled_makers = ['rubocop']
|
||||
|
||||
" Vim-Test
|
||||
let test#ruby#rspec#executable = 'bundle exec rspec'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue