Update vimrc
This commit is contained in:
parent
886a8d30d8
commit
86d69be3cd
@ -194,8 +194,19 @@ endif
|
|||||||
" Leaderf
|
" Leaderf
|
||||||
" ==============================================================================
|
" ==============================================================================
|
||||||
" Config
|
" Config
|
||||||
let g:Lf_MruFileExclude = ['*.so', '*.tmp', '*.bak', '*.exe', '*.dll']
|
let g:Lf_MruFileExclude = ['tags', '*.so', '.o', '*.exe', '*.dll']
|
||||||
let g:Lf_UseVersionControlTool = 0
|
let g:Lf_UseVersionControlTool = 0
|
||||||
|
let g:Lf_JumpToExistingWindow = 0
|
||||||
|
let g:Lf_WildIgnore = {
|
||||||
|
\ 'dir': ['.git', '.svn', '.hg'],
|
||||||
|
\ 'file': ['tags', '*.so', '.o', '*.exe', '*.dll']
|
||||||
|
\}
|
||||||
|
|
||||||
|
let g:Lf_CtagsFuncOpts = {
|
||||||
|
\ 'c': '--c-kinds=fp',
|
||||||
|
\ 'c++': '--c++-kinds=+p --fields=+iaS --extra=+q --language-force=C++',
|
||||||
|
\ 'rust': '--rust-kinds=f',
|
||||||
|
\ }
|
||||||
|
|
||||||
" Bindings
|
" Bindings
|
||||||
nnoremap <leader>b :<C-U><C-R>=printf("Leaderf buffer %s", "")<CR><CR>
|
nnoremap <leader>b :<C-U><C-R>=printf("Leaderf buffer %s", "")<CR><CR>
|
||||||
|
Loading…
Reference in New Issue
Block a user