Skip to content

Commit

Permalink
added venv exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Médéric Hurier (fmind) committed Aug 9, 2019
1 parent 2273e6a commit 4daaf01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/neovim/files/init.vim
Expand Up @@ -2,7 +2,7 @@
set clipboard=unnamedplus
" GREP
if executable('ag')
set grepprg=ag\ --nogroup\ --nocolor
set grepprg=ag\ --nogroup\ --nocolor\ --skip-vcs-ignores
endif
" MENU
set wildmode=list:longest,full
Expand Down Expand Up @@ -146,6 +146,7 @@ noremap <localleader>l :TestLast<cr>
noremap <localleader>n :TestNearest<cr>
noremap <localleader>s :TestSuite<cr>
noremap <localleader>v :TestVisit<cr>
noremap <localleader><cr> :!venv/bin/
noremap <localleader><tab> :A<cr>
" AUTOCMD
augroup vim
Expand Down

0 comments on commit 4daaf01

Please sign in to comment.