aboutsummaryrefslogtreecommitdiffstats
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-rw-r--r--projects/af83.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/af83.vim b/projects/af83.vim
index 7c070e0..8788a06 100644
--- a/projects/af83.vim
+++ b/projects/af83.vim
@@ -3,5 +3,8 @@ augroup af83
autocmd!
autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/*
+ \ let g:pick_command = "ag -l -a -p './.agignore' -g ''"
+
+ autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/*
\ nnoremap <buffer> <leader>mk :mksession! vimsession<cr>
augroup END