From 5bd6f5ca9828ea02f2c54d616ad65c72a5cdd7fb Mon Sep 17 00:00:00 2001 From: Senghan Bright Date: Fri, 9 Apr 2021 19:33:10 +0200 Subject: feat: add icons to git_status finder (#401) * add icons to git_status finder * fix lint warning * fix incorrect removed icon * refactor, more states/icons * refactor, widen columns to allow for 3char width icons * attempted col width fix * fixup: small comments Co-authored-by: TJ DeVries --- plugin/telescope.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin') diff --git a/plugin/telescope.vim b/plugin/telescope.vim index ee2f475..2eea7b1 100644 --- a/plugin/telescope.vim +++ b/plugin/telescope.vim @@ -69,6 +69,7 @@ highlight default link TelescopeResultsSpecialComment SpecialComment highlight default link TelescopeResultsDiffChange DiffChange highlight default link TelescopeResultsDiffAdd DiffAdd highlight default link TelescopeResultsDiffDelete DiffDelete +highlight default link TelescopeResultsDiffUntracked NonText " This is like "" in your terminal. " To use it, do `cmap (TelescopeFuzzyCommandSearch) -- cgit v1.2.3