이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Deuchnord
/
Vimconf
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
2
릴리즈
0
활동
레이블
마일스톤
새 풀 리퀘스트
#3
Add plugin w0rp/ale
병합
Deuchnord
plugin-ale
에서
master
로 1 commits 를 머지했습니다
5 년 전
대화
0
커밋
1
파일 변경됨
2
2개의 변경된 파일
과
4개의 추가작업
그리고
1개의 파일을 삭제
공백
모든 변경사항 보기
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
README.md
+3
-1
vimrc
+ 1
- 0
README.md
파일 보기
@@ -14,4 +14,5 @@ The following plugins are installed with [Vundle](https://github.com/VundleVim/V
| Plugin | Description |
| ------ | ----------- |
| [w0rp/ale](https://github.com/w0rp/ale) | Asynchronous linting/fixing for Vim and Language Server Protocol (LSP) integration
+ 3
- 1
vimrc
파일 보기
@@ -18,7 +18,9 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
" Add plugins here
" Asynchronous linting/fixing for Vim and Language Server Protocol (LSP)
" integration - https://github.com/w0rp/ale
Plugin 'w0rp/ale'
call vundle#end()
쓰기
미리보기
불러오는 중...
취소
저장