This website works better with JavaScript.
首頁
探索
說明
登入
Deuchnord
/
Vimconf
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
2
版本發佈
0
Activity
瀏覽代碼
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()
Write
Preview
Loading…
取消
儲存