Feat: import Combava config
This commit is contained in:
		
							
								
								
									
										11
									
								
								files/dotfiles/nvim/coc-settings.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								files/dotfiles/nvim/coc-settings.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| { | ||||
|     "coc.preferences.formatOnSaveFiletypes": [ | ||||
|         "rst", | ||||
|         "javascript", | ||||
|         "python", | ||||
|         "json", | ||||
|         "yaml" | ||||
|     ], | ||||
|     "python.jediEnabled": false, | ||||
|     "python.formatting.provider": "black" | ||||
| } | ||||
| @@ -8,3 +8,5 @@ | ||||
| vmap < <gv | ||||
| vmap > >gv | ||||
|  | ||||
| " Automatically spell check last error in insert mode | ||||
| inoremap <C-l> <c-g>u<Esc>[s1z=`]a<c-g>u | ||||
|   | ||||
| @@ -49,7 +49,7 @@ set smartcase                           " Override ignorecase if search patern c | ||||
| set wildmenu                            " Enable wildmenu | ||||
|  | ||||
| set spell                               " Enable spell checking | ||||
| set spelllang=fr | ||||
| set spelllang=fr,en | ||||
|  | ||||
| "set autochdir                           " Your working directory will always be the same as your working directory | ||||
|  | ||||
|   | ||||
| @@ -1,6 +1,7 @@ | ||||
| let maplocalleader = "\<Space>" | ||||
|  | ||||
| let g:tex_conceal = "" | ||||
| set conceallevel=0 | ||||
|  | ||||
| let g:vimtex_compiler_latexmk = { | ||||
|             \ 'backend' : 'nvim', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user