add inkbones and update for deepseek v4
This commit is contained in:
@@ -9,12 +9,23 @@ return {
|
||||
},
|
||||
},
|
||||
|
||||
-- Lush: colorscheme creation aid with real-time feedback
|
||||
{ "rktjmp/lush.nvim" },
|
||||
|
||||
-- Darker bg in tokyonight
|
||||
{ "folke/tokyonight.nvim", opts = { style = "night" } },
|
||||
|
||||
-- Install gruvbox as option
|
||||
{ "ellisonleao/gruvbox.nvim" },
|
||||
|
||||
-- My Zenbones tweak for e-ink screens. Requires lush
|
||||
{ "https://gut.oily.dad/finn/zenbones-theme" },
|
||||
|
||||
-- Override default colorscheme
|
||||
{ "LazyVim/LazyVim", opts = {
|
||||
colorscheme = "inkbones",
|
||||
} },
|
||||
|
||||
-- Flash nvim labels
|
||||
{
|
||||
"folke/flash.nvim",
|
||||
|
||||
Reference in New Issue
Block a user