diff options
author | w0rp <devw0rp@gmail.com> | 2018-10-31 16:14:34 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-10-31 16:14:34 +0000 |
commit | 6212c22b5a6312db7e06f802197a7cb021b7e588 (patch) | |
tree | 032302e3c7229dbe55f58b9004679b297c7fe556 | |
parent | 4ef2c81e95529d4175ba8149fbe42e856a36ab10 (diff) | |
download | ale-6212c22b5a6312db7e06f802197a7cb021b7e588.zip |
Add a bullet point about symbol search
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ features, including: * Completion (`let g:ale_completion_enabled = 1` before ALE is loaded) * Finding references (`:ALEFindReferences`) * Hover information (`:ALEHover`) +* Symbol search (`:ALESymbolSearch`) If you don't care about Language Server Protocol, ALE won't load any of the code for working with it unless needed. One of ALE's general missions is that you |