mirror of
				https://git.davidovski.xyz/dot.git
				synced 2024-08-15 00:43:28 +00:00 
			
		
		
		
	udpate vimrc
This commit is contained in:
		
							parent
							
								
									729fd14c6b
								
							
						
					
					
						commit
						28be860614
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		|  | @ -71,13 +71,13 @@ nmap <silent> <leader>re <Plug>(coc-codeaction-refactor) | ||||||
| xmap <silent> <leader>r  <Plug>(coc-codeaction-refactor-selected) | xmap <silent> <leader>r  <Plug>(coc-codeaction-refactor-selected) | ||||||
| " nmap <silent> <leader>r  <Plug>(coc-codeaction-refactor-selected) | " nmap <silent> <leader>r  <Plug>(coc-codeaction-refactor-selected) | ||||||
| 
 | 
 | ||||||
| "inoremap <silent><expr> <TAB> | inoremap <silent><expr> <TAB> | ||||||
| "      \ coc#pum#visible() ? coc#pum#next(1) : |       \ coc#pum#visible() ? coc#pum#next(1) : | ||||||
| "      \ CheckBackspace() ? "\<Tab>" : |       \ CheckBackspace() ? "\<Tab>" : | ||||||
| "      \ coc#refresh() |       \ coc#refresh() | ||||||
| "inoremap <expr><S-TAB> coc#pum#visible() ? coc#pum#prev(1) : "\<C-h>" | inoremap <expr><S-TAB> coc#pum#visible() ? coc#pum#prev(1) : "\<C-h>" | ||||||
| 
 | 
 | ||||||
| "inoremap <silent><expr> <CR> coc#pum#visible() ? coc#pum#confirm() | inoremap <silent><expr> <CR> coc#pum#visible() ? coc#pum#confirm() | ||||||
|                               \: "\<C-g>u\<CR>\<c-r>=coc#on_enter()\<CR>" |                               \: "\<C-g>u\<CR>\<c-r>=coc#on_enter()\<CR>" | ||||||
| 
 | 
 | ||||||
| function! CheckBackspace() abort | function! CheckBackspace() abort | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue