Merge pull request #2613 from bobbleclank/searchcount-config

Add search-count configuration
This commit is contained in:
Christian Brabandt
2023-01-02 17:39:49 +01:00
committed by GitHub
2 changed files with 14 additions and 2 deletions

View File

@@ -1073,6 +1073,12 @@ highlighting (e.g. using |:nohls|), it this will be disabled.
* enable/disable searchcount integration >
let g:airline#extensions#searchcount#enabled = 1
* enable/disable displaying search term >
let g:airline#extensions#searchcount#show_search_term = 1
* truncate long search terms to a fixed length >
let g:airline#extensions#searchcount#search_term_limit = 8
<
------------------------------------- *airline-syntastic*
syntastic <https://github.com/vim-syntastic/syntastic>