removed some integrations

experiments
Pocco81 3 years ago
parent 879d4a8b08
commit 01fc55a4b2

@ -311,14 +311,16 @@ If you'd like to know which highlight groups are being affected by catppuccin, c
##### Special Integrations
- **Alacritty:** [Instructions](https://github.com/catppuccin/alacritty)
- **Indent-blankline.nvim**: setting `enabled` to `true` enables this integration. `colored_indent_levels` enables char highlights per indent level. Follow the instructions [here](https://github.com/lukas-reineke/indent-blankline.nvim#with-custom-gindent_blankline_char_highlight_list) to set the latter up.
- **Kitty:** [Instructions](https://github.com/catppuccin/kitty)
- **Lightline:** use this to set it up (Note: `catppuccin` is the only valid colorscheme name. It will pick the one set in your config):
```lua
let g:lightline = {'colorscheme': 'catppuccin'}
```
- **Lualine:** use this to set it up (Note: `catppuccin` is the only valid theme name. It will pick the one set in your config):
```lua
require('lualine').setup {
options = {
@ -327,6 +329,7 @@ require('lualine').setup {
}
}
```
- **Native Nvim LSP:** setting `enabled` to `true` enables this integration. In the inners tables you can set the style for the diagnostics, both `virtual_text` (what you see on the side) and `underlines` (what points directly at the thing (e.g. an error)).
- **NvimTree:** setting `enabled` to `true` enables this integration:
@ -338,9 +341,6 @@ integration = {
}
}
```
- **Termux**: [Instructions](https://github.com/catppuccin/termux)
- **Tmux**: [Instructions](https://github.com/catppuccin/tmux)
- **Xresources**: [Instructions](https://github.com/catppuccin/xresources)
## 🙋 FAQ
@ -350,4 +350,3 @@ integration = {
## 💝 Thanks to
- [Pocco81](https://github.com/Pocco81)
- [LuisxSullivaN](https://github.com/LuisxSullivaN)

Loading…
Cancel
Save