Skip to content

Commit 19723c2

Browse files
committed
update CtrlP options
1 parent 08e6184 commit 19723c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vimrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ nmap <Leader>ff [I:let nr = input("Which one: ")<Bar>exe "normal " . nr ."[\t"<C
189189
autocmd FileType python setlocal colorcolumn=80
190190

191191
" ==================== CtrlP ====================
192-
let g:ctrlp_extensions = ['tag']
192+
" funty adds functions definitions mode to CtrlP
193+
let g:ctrlp_extensions = ['tag', 'funky']
193194

194195
" Execute the tests
195196
nmap <silent><Leader>tf <Esc>:Pytest file<CR>

0 commit comments

Comments
 (0)