summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-06-18 16:05:46 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-06-18 16:05:46 +0200
commit487b885dcad4c870f0156f9acb3c794cbc5d41b5 (patch)
tree2ff042df108d68b19f170ee904e7eb5a92bcca2d /.vimrc
parent4c7f3d60129d8efd846aa6bdd3e220cbb91a6488 (diff)
downloaddotfiles-487b885dcad4c870f0156f9acb3c794cbc5d41b5.tar.gz
dotfiles-487b885dcad4c870f0156f9acb3c794cbc5d41b5.tar.xz
vim: Ignore perl build files in unite
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 7c8858b..8e0f3f9 100644
--- a/.vimrc
+++ b/.vimrc
@@ -243,6 +243,9 @@ call unite#custom#profile('default', 'context',
\ { 'prompt': '➤ ',
\ 'start_insert' : '1'})
+call unite#sources#rec#define()
+call unite#custom#source('file_rec/async,file_mru,file,buffer,grep', 'ignore_pattern', 'blib/\|\.build/\|cover_db/')
+
function! s:unite_settings()
let b:SuperTabDisabled=1
inoremap <silent> <buffer><expr> <Leader>v unite#do_action('right')