소스 검색

fixed comma

Chrisatmachine 7 년 전
부모
커밋
aa22dcbc10
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      init.vim

+ 2 - 2
init.vim

@@ -198,8 +198,8 @@ let g:multi_cursor_quit_key            = '<Esc>'
 
 " ALE
 let g:ale_linters = {
-    \ 'cpp' : ['gcc']
-    \ 'c' : [gcc]
+    \ 'cpp' : ['gcc'],
+    \ 'c' : ['gcc']
     \}
 let g:ale_cpp_gcc_options='-Wall -Wextra'
 let g:ale_c_gcc_options='-Wall -Wextra'