add inkbones and update for deepseek v4

This commit is contained in:
2026-04-26 12:43:34 -07:00
parent f2e40ac830
commit 2efb9a423d
2 changed files with 16 additions and 0 deletions

View File

@@ -23,6 +23,11 @@ return {
-- model = "deepseek-chat", ds claims this endpoint is maximally compatible but being deprecated eventually
model = "deepseek-v4-flash",
disable_tools = false,
extra_request_body = {
["thinking"] = {
["type"] = "disabled",
},
},
},
deepseek_v4 = {
__inherited_from = "openai",

View File

@@ -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",