From 4ef2c81e95529d4175ba8149fbe42e856a36ab10 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 31 Oct 2018 16:13:22 +0000 Subject: Implement LSP symbol search --- plugin/ale.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugin/ale.vim') diff --git a/plugin/ale.vim b/plugin/ale.vim index 41da7c74..7ef19775 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -194,6 +194,9 @@ command! -bar ALEFindReferences :call ale#references#Find() command! -bar ALEHover :call ale#hover#Show(bufnr(''), getcurpos()[1], \ getcurpos()[2], {}) +" Search for appearances of a symbol, such as a type name or function name. +command! -nargs=1 ALESymbolSearch :call ale#symbol#Search() + " mappings for commands nnoremap (ale_previous) :ALEPrevious nnoremap (ale_previous_wrap) :ALEPreviousWrap -- cgit v1.2.3