You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Supports both vim and neovim (Requires neovim <https://github.com/neovim/neovim/> >= 0.8 or vim <https://github.com/vim/vim> >= 9 compiled with lua <https://github.com/lua/lua> >= 5.1)
35
34
- Highly configurable with 4 different flavours and ability to create your own! <https://github.com/catppuccin/nvim/discussions/323>
36
35
- Compile <https://github.com/catppuccin/nvim#Compile> user config for fastest startuptime <https://www.reddit.com/r/neovim/comments/xxfpt3/catppuccinnvim_now_startup_in_1ms/>
@@ -95,6 +94,7 @@ options and settings.
95
94
},
96
95
no_italic = false, -- Force no italic
97
96
no_bold = false, -- Force no bold
97
+
no_underline = false, -- Force no underline
98
98
styles = {
99
99
comments = { "italic" },
100
100
conditionals = { "italic" },
@@ -134,7 +134,6 @@ GENERAL *catppuccin-configuration-general*
134
134
135
135
This settings are unrelated to any group and are independent.
136
136
137
-
138
137
- `background`: (Table) Match :set background=light/dark with :Catppuccin background.light/dark
139
138
- `term_colors`: (Boolean) if true, sets terminal colors (e.g. `g:terminal_color_0`).
140
139
- `transparent_background`: (Boolean) if true, disables setting the background color.
@@ -145,7 +144,6 @@ DIM INACTIVE *catppuccin-configuration-dim-inactive*
145
144
This setting manages the ability to dim the inactive splits/windows/buffers
146
145
displayed.
147
146
148
-
149
147
- `enabled`: (Boolean) if true, dims the background color of inactive window or buffer or split.
150
148
- `shade`: (string) sets the shade to apply to the inactive split or window or buffer.
151
149
- `percentage`: (number 0 < x < 1) percentage of the shade to apply to the inactive window, split or buffer.
0 commit comments