do things
This commit is contained in:
parent
0dc849ff14
commit
5c08802127
14 changed files with 503 additions and 457 deletions
|
|
@ -8,4 +8,4 @@ if vim.g.neovide then
|
|||
end
|
||||
|
||||
-- in this case.
|
||||
-- vim.g.lazyvim_blink_main = true
|
||||
vim.g.lazyvim_blink_main = true
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ return {
|
|||
},
|
||||
{
|
||||
"catppuccin",
|
||||
opts = { transparent_background = true, integrations = {
|
||||
opts = { integrations = {
|
||||
blink_cmp = true,
|
||||
} },
|
||||
},
|
||||
|
|
@ -46,12 +46,6 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"saghen/blink.cmp",
|
||||
opts = {
|
||||
nerd_font_variant = "mono",
|
||||
},
|
||||
},
|
||||
{
|
||||
"folke/snacks.nvim",
|
||||
priority = 1000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue