trying to fix blink colors and failing (might have to rewrite for content lol)
This commit is contained in:
@@ -7,9 +7,16 @@ require("catppuccin").setup({
|
||||
transparent_background = true, -- disables setting the background color.
|
||||
float = {
|
||||
transparent = true, -- enable transparent floating windows
|
||||
solid = false, -- use solid styling for floating windows, see |winborder|
|
||||
solid = true, -- use solid styling for floating windows, see |winborder|
|
||||
},
|
||||
auto_integrations = true,
|
||||
integrations = {
|
||||
blink_cmp = {
|
||||
style = "bordered",
|
||||
},
|
||||
},
|
||||
show_end_of_buffer = true, -- shows the '~' characters after the end of buffers
|
||||
term_colors = true,
|
||||
})
|
||||
|
||||
require("vimade").setup({
|
||||
|
||||
Reference in New Issue
Block a user