This website works better with JavaScript.
Home
Explore
Help
Sign In
Deuchnord
/
Vimconf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
2
Releases
0
Activity
Labels
Milestones
New Pull Request
#3
Add plugin w0rp/ale
Merged
Deuchnord
merged 1 commits from
plugin-ale
into
master
5 years ago
Conversation
0
Commits
1
Files Changed
2
2 changed files
with
4 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
README.md
+3
-1
vimrc
+ 1
- 0
README.md
View File
@@ -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
View File
@@ -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…
Cancel
Save