使用 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 次删除
分列视图
Diff 选项
显示统计
下载 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()
撰写
预览
正在加载...
取消
保存