Skip to content

Commit

Permalink
chore(build): auto-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
folke authored and github-actions[bot] committed Oct 22, 2024
1 parent 33f961a commit 4867d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tokyonight.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*tokyonight.nvim.txt* For Neovim Last change: 2024 October 04
*tokyonight.nvim.txt* For Neovim Last change: 2024 October 22

==============================================================================
Table of Contents *tokyonight.nvim-table-of-contents*
Expand Down Expand Up @@ -459,7 +459,7 @@ To have undercurls show up and in color, add the following to your Tmux
# Undercurl
set -g default-terminal "${TERM}"
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
set -as terminal-overrides ',*:Setulc=\E[58::2::::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
<


Expand Down

0 comments on commit 4867d10

Please sign in to comment.