Don't use version control for leaderf

This commit is contained in:
doyle 2020-11-05 15:43:07 +11:00
parent 96aaf3f6e4
commit e563191204

View File

@ -195,6 +195,7 @@ endif
" ==============================================================================
" Config
let g:Lf_MruFileExclude = ['*.so', '*.tmp', '*.bak', '*.exe', '*.dll']
let g:Lf_UseVersionControlTool = 0
" Bindings
nnoremap <leader>b :<C-U><C-R>=printf("Leaderf buffer %s", "")<CR><CR>