이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Deuchnord
/
Vimconf
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
2
릴리즈
0
활동
소스 검색
Add plugin w0rp/ale (
#3
)
pull/4/head
Jérôme Deuchnord
5 년 전
committed by
Gitea
부모
dd552891d5
커밋
8e86ccdc0d
2개의 변경된 파일
과
4개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
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()
쓰기
미리보기
불러오는 중...
취소
저장