summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorSenghan Bright <senghan.bright@deltaprojects.com>2021-04-09 19:33:10 +0200
committerGitHub <noreply@github.com>2021-04-09 13:33:10 -0400
commit5bd6f5ca9828ea02f2c54d616ad65c72a5cdd7fb (patch)
tree4308ec84d1dfb040cf9297117133251966e3deae /plugin
parentba1e674e68a251ce7dcaf44a7b815431ba563f8f (diff)
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 <devries.timothyj@gmail.com>
Diffstat (limited to 'plugin')
-rw-r--r--plugin/telescope.vim1
1 files changed, 1 insertions, 0 deletions
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 "<C-R>" in your terminal.
" To use it, do `cmap <C-R> <Plug>(TelescopeFuzzyCommandSearch)