本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Deuchnord
/
Vimconf
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
2
版本發佈
0
活動
標籤
里程碑
建立合併請求
#3
Add plugin w0rp/ale
已合併
Deuchnord
於
5 年之前
將 1 次代碼提交從
plugin-ale
合併至
master
對話內容
0
程式碼提交
1
檔案變動
2
共有
2 個檔案被更改
,包括
4 行新增
和
1 行删除
Whitespace
Show all changes
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()
Write
Preview
Loading…
取消
儲存