Просмотр исходного кода

style: use consistent casing in CocList command mappings

Kyle P Davis 4 дней назад
Родитель
Сommit
ea7215757b
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      .vimrc

+ 5 - 5
.vimrc

@@ -294,15 +294,15 @@ if executable('node')
 
 
 	" Mappings for CoCList
 	" Mappings for CoCList
 	" Show all diagnostics
 	" Show all diagnostics
-	nnoremap <silent><nowait> <space>a  :<C-u>CocList diagnostics<cr>
+	nnoremap <silent><nowait> <space>a  :<C-u>CocList diagnostics<CR>
 	" Manage extensions
 	" Manage extensions
-	nnoremap <silent><nowait> <space>e  :<C-u>CocList extensions<cr>
+	nnoremap <silent><nowait> <space>e  :<C-u>CocList extensions<CR>
 	" Show commands
 	" Show commands
-	nnoremap <silent><nowait> <space>c  :<C-u>CocList commands<cr>
+	nnoremap <silent><nowait> <space>c  :<C-u>CocList commands<CR>
 	" Find symbol of current document
 	" Find symbol of current document
-	nnoremap <silent><nowait> <space>o  :<C-u>CocList outline<cr>
+	nnoremap <silent><nowait> <space>o  :<C-u>CocList outline<CR>
 	" Search workspace symbols
 	" Search workspace symbols
-	nnoremap <silent><nowait> <space>s  :<C-u>CocList -I symbols<cr>
+	nnoremap <silent><nowait> <space>s  :<C-u>CocList -I symbols<CR>
 	" Do default action for next item
 	" Do default action for next item
 	nnoremap <silent><nowait> <space>j  :<C-u>CocNext<CR>
 	nnoremap <silent><nowait> <space>j  :<C-u>CocNext<CR>
 	" Do default action for previous item
 	" Do default action for previous item