Skip to content

Commit 600b709

Browse files
forevernullamix
authored andcommitted
ALE commands not working (#463)
ALE requires NeoVim >= 0.2.0 or Vim 8 with +timers +job +channel.
1 parent 316f2f8 commit 600b709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ I recommend reading the docs of these plugins to understand them better. Each pl
9797
* [open_file_under_cursor.vim](https://github.com/amix/open_file_under_cursor.vim): Open file under cursor when pressing `gf`
9898
* [pathogen.vim](https://github.com/tpope/vim-pathogen): Manage your vim runtimepath
9999
* [snipmate.vim](https://github.com/garbas/vim-snipmate): snipmate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim
100-
* [ale](https://github.com/w0rp/ale): Syntax and lint checking for vim (async)
100+
* [ale](https://github.com/w0rp/ale): Syntax and lint checking for vim (ALE requires NeoVim >= 0.2.0 or Vim 8 with +timers +job +channel)
101101
* [vim-commentary](https://github.com/tpope/vim-commentary): Comment stuff out. Use `gcc` to comment out a line (takes a count), `gc` to comment out the target of a motion. `gcu` uncomments a set of adjacent commented lines.
102102
* [vim-expand-region](https://github.com/terryma/vim-expand-region): Allows you to visually select increasingly larger regions of text using the same key combination
103103
* [vim-fugitive](https://github.com/tpope/vim-fugitive): A Git wrapper so awesome, it should be illegal

0 commit comments

Comments
 (0)