Add ctrlp
This commit is contained in:
		
							parent
							
								
									7a8a1f425f
								
							
						
					
					
						commit
						5f149871f7
					
				
							
								
								
									
										8
									
								
								vimrc
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								vimrc
									
									
									
									
									
								
							| @ -47,6 +47,8 @@ if has("nvim") | ||||
| endif | ||||
| Plug 'vim-airline/vim-airline' | ||||
| Plug 'vim-airline/vim-airline-themes' | ||||
| Plug 'kien/ctrlp.vim' | ||||
| Plug 'hasufell/cpsm', { 'do': 'PY3=ON ./install.sh' } | ||||
| 
 | ||||
| " local_vimrc | ||||
| Plug 'LucHermitte/lh-vim-lib' | ||||
| @ -247,6 +249,12 @@ let NERDCreateDefaultMappings=0 | ||||
| let g:haddock_browser='/usr/bin/firefox' | ||||
| let g:haddock_browser_callformat='%s file://%s >/dev/null 2>&1 &' | ||||
| 
 | ||||
| " ctrlp | ||||
| let g:ctrlp_user_command = 'fd --type f --color=never "" %s' | ||||
| let g:ctrlp_use_caching = 0 | ||||
| let g:ctrlp_match_func = { 'match': 'cpsm#CtrlPMatch' } | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| " ==== conque ==== | ||||
| " command aliases | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user