Skip to content

Commit

Permalink
docs: auto generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchilly authored and github-actions[bot] committed Sep 2, 2023
1 parent d3da439 commit e0a4194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/catppuccin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ options and settings.
transparent_background = false, -- disables setting the background color.
show_end_of_buffer = false, -- shows the '~' characters after the end of buffers
term_colors = false, -- sets terminal colors (e.g. `g:terminal_color_0`)
kitty = false, -- workaround for kitty transparency issue: https://github.com/kovidgoyal/kitty/issues/2917
kitty = vim.env.KITTY_WINDOW_ID and true or false, -- https://github.com/kovidgoyal/kitty/issues/2917
dim_inactive = {
enabled = false, -- dims the background color of inactive window
shade = "dark",
Expand Down

0 comments on commit e0a4194

Please sign in to comment.