diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2023-12-06 10:55:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 10:55:50 -0800 |
commit | 08545bd45b80e3056fc8c6c4eb25e2ef1fddd897 (patch) | |
tree | 798ac51dc30ebc95617ffdbaaa4c474d70b3d226 /runtime/doc/options.txt | |
parent | ca7f8786a0eb578895400e23cd21e25cc0f91800 (diff) | |
parent | a5a346678a8211ea07f318de42e557ad3909f65e (diff) | |
download | rneovim-08545bd45b80e3056fc8c6c4eb25e2ef1fddd897.tar.gz rneovim-08545bd45b80e3056fc8c6c4eb25e2ef1fddd897.tar.bz2 rneovim-08545bd45b80e3056fc8c6c4eb25e2ef1fddd897.zip |
Merge pull request #26407 from gpanders/default-tgc
feat(defaults): enable 'termguicolors' by default when supported by terminal
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index f47093782c..355c8cc99a 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6495,6 +6495,10 @@ A jump table for the options with a short description can be found at |Q_op|. attributes instead of "cterm" attributes. |guifg| Requires an ISO-8613-3 compatible terminal. + Nvim will automatically attempt to determine if the host terminal + supports 24-bit color and will enable this option if it does + (unless explicitly disabled by the user). + *'termpastefilter'* *'tpf'* 'termpastefilter' 'tpf' string (default "BS,HT,ESC,DEL") global |