We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e6184 commit 19723c2Copy full SHA for 19723c2
vimrc
@@ -189,7 +189,8 @@ nmap <Leader>ff [I:let nr = input("Which one: ")<Bar>exe "normal " . nr ."[\t"<C
189
autocmd FileType python setlocal colorcolumn=80
190
191
" ==================== CtrlP ====================
192
-let g:ctrlp_extensions = ['tag']
+" funty adds functions definitions mode to CtrlP
193
+let g:ctrlp_extensions = ['tag', 'funky']
194
195
" Execute the tests
196
nmap <silent><Leader>tf <Esc>:Pytest file<CR>
0 commit comments