From c1c07d193c300f91085026af6b812b78be6e90ea Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sat, 4 Sep 2021 17:49:40 -0500 Subject: [PATCH] fix: added missing tmux explanation --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd10b0e..863952c 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,10 @@ integrations = { show_root = false, }, which_key = false, - indent_blankline = false, + indent_blankline = { + enabled = false, + colored_indent_levels = false, + }, dashboard = false, neogit = false, vim_sneak = false, @@ -263,7 +266,10 @@ catppuccino.setup( show_root = false, }, which_key = false, - indent_blankline = false, + indent_blankline = { + enabled = false, + colored_indent_levels = false, + }, dashboard = false, neogit = false, vim_sneak = false, @@ -330,7 +336,10 @@ catppuccino.setup( show_root = false, }, which_key = false, - indent_blankline = false, + indent_blankline = { + enabled = false, + colored_indent_levels = false, + }, dashboard = false, neogit = false, vim_sneak = false, @@ -455,6 +464,7 @@ let g:lightline = {'colorscheme': 'catppuccino'} - **Kitty:** Copy and paste the file corresponding to theme you want to use from [this directory](https://github.com/Pocco81/Catppuccino.nvim/tree/main/extra/kitty) on your Kitty config. - **Alacritty:** Copy and paste the file corresponding to theme you want to use from [this directory](https://github.com/Pocco81/Catppuccino.nvim/tree/main/extra/alacritty) on your Alacritty config. +- **Tmux**: Follow the instructions [here](https://github.com/Pocco81/Catppuccino.nvim/tree/main/extra/tmux) - **NvimTree:** setting `enabled` to `true` enables this integration: ```lua