fish-shell/share
Fabian Homborg 7a8cbcda06 Disable 24bit-color on neovim's terminal
Unfortunately, nvim will, even when running in a terminal that supports
it, swallow the sequences whole, rendering the displayed text _white_.

This means falling back to 256 colors is the lesser evil as at least a
blue-ish color will display as blue while a red-ish will be red, instead
of both showing white.

nvim's behavior does _not_ change depending on
$NVIM_TUI_ENABLE_TRUE_COLOR or any other option I could find and neovim-qt
exhibits the same behavior.

Fixes #2600.
2016-01-14 15:17:49 +01:00
..
completions Fix typos 2016-01-12 00:08:41 +01:00
functions Disable 24bit-color on neovim's terminal 2016-01-14 15:17:49 +01:00
tools Add new named colors to webconfig 2016-01-08 14:00:54 +01:00
config.fish Immediately define command-not-found handler 2015-12-30 16:26:54 +01:00