diff --git a/vim/ftdetect/python.vim b/vim/ftdetect/python.vim deleted file mode 100644 index 55a7cc9..0000000 --- a/vim/ftdetect/python.vim +++ /dev/null @@ -1,22 +0,0 @@ -if has('nvim') - au VimEnter,BufRead,BufNewFile *.py - \ if executable('ipython') | - \ call neoterm#repl#set('ipython') | - \ endif | - \ if executable('pytest') | - \ call neoterm#test#libs#add('pytest') | - \ endif - command! Tox :T tox -endif - -let g:neomake_python_pytest_maker = { - \ 'exe': 'py.test', - \ 'errorformat': &errorformat, - \ } - -let g:neomake_python_tox_maker = { - \ 'exe': 'tox', - \ 'errorformat': &errorformat, - \ } - - diff --git a/vim/rc/plugins.rc.vim b/vim/rc/plugins.rc.vim index df26b2b..a02d63a 100644 --- a/vim/rc/plugins.rc.vim +++ b/vim/rc/plugins.rc.vim @@ -26,7 +26,7 @@ call s:smart_source_rc('plugins/gitgutter') " Searching {{ call s:smart_source_rc('plugins/ctrlp') call s:smart_source_rc('plugins/fzf') -call s:smart_source_rc('plugins/incsearch') +" call s:smart_source_rc('plugins/incsearch') call s:smart_source_rc('plugins/vim-grepper') " }} Searching