このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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()
書き込み
プレビュー
読み込み中…
キャンセル
保存