mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 19:26:27 +00:00
Remove incsearch for now and remeove some busted python stuff
This commit is contained in:
parent
fbf0df53f7
commit
63f04cc857
@ -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<CR>
|
||||
endif
|
||||
|
||||
let g:neomake_python_pytest_maker = {
|
||||
\ 'exe': 'py.test',
|
||||
\ 'errorformat': &errorformat,
|
||||
\ }
|
||||
|
||||
let g:neomake_python_tox_maker = {
|
||||
\ 'exe': 'tox',
|
||||
\ 'errorformat': &errorformat,
|
||||
\ }
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user