Remove COC conf
This commit is contained in:
		| @@ -42,20 +42,6 @@ if (has("termguicolors")) | ||||
|   set termguicolors | ||||
| endif | ||||
|  | ||||
| "Coc configuration | ||||
| inoremap <silent><expr> <TAB> | ||||
|     \ coc#pum#visible() ? coc#pum#next(1) : | ||||
|     \ CheckBackspace() ? "\<Tab>" : | ||||
|     \ coc#refresh() | ||||
| inoremap <expr><S-TAB> coc#pum#visible() ? coc#pum#prev(1) : "\<C-h>" | ||||
|  | ||||
| inoremap <silent><expr> <c-space> coc#refresh() | ||||
|  | ||||
| function! CheckBackspace() abort | ||||
|   let col = col('.') - 1 | ||||
|   return !col || getline('.')[col - 1]  =~# '\s' | ||||
| endfunction | ||||
|  | ||||
| "Tous les fichiers du repertoire courant | ||||
| nnoremap <silent> <C-p> :Files<CR> | ||||
| " Tous les fichiers du repertoire courant suivis par GIT | ||||
|   | ||||
		Reference in New Issue
	
	Block a user