diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2020-09-01 20:51:05 -0400 |
|---|---|---|
| committer | TJ DeVries <devries.timothyj@gmail.com> | 2020-09-01 20:51:41 -0400 |
| commit | 4ac50c68ca43a0be7e8e238b7f781ad5074d8669 (patch) | |
| tree | c31cd74e62b160bb526057744fe3fcbf9c64b4ce /plugin | |
| parent | 49e25fdc187d9ff26c7d454fe36349d0f66dd0a9 (diff) | |
wip: new sorters
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/telescope.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/telescope.vim b/plugin/telescope.vim index 48a39e0..837187a 100644 --- a/plugin/telescope.vim +++ b/plugin/telescope.vim @@ -1,6 +1,10 @@ +" Sets the highlight for selected items within the picker. highlight default link TelescopeSelection Visual +" "Normal" in the floating windows created by telescope. +highlight default link TelescopeNormal Normal + " let s:term_command = "rg preview_quit_map -l | fzf --preview 'bat --color=always --style=grid {-1}' --print0" " let s:term_command = "rg preview_quit_map -l | fzf --preview 'bat --color=always --style=grid {-1}' > file.txt" |
