minor fix

This commit is contained in:
js0ny 2025-03-02 13:28:19 +00:00
parent 711730d9ee
commit f6c8ed920d
6 changed files with 47 additions and 24 deletions

View file

@ -9,6 +9,7 @@ return {
},
{ import = "plugins.mod.nvim-tree" },
{ import = "plugins.mod.telescope" },
-- { import = "plugins.mod.fzf" },
{
"ahmedkhalf/project.nvim",
opts = {

View file

@ -33,4 +33,21 @@ return {
{ import = "plugins.mod.which-keys-nvim" },
{ import = "plugins.mod.copilot-lua" },
{ import = "plugins.mod.avante-nvim" },
{
"kawre/leetcode.nvim",
build = ":TSUpdate html", -- if you have `nvim-treesitter` installed
dependencies = {
"nvim-telescope/telescope.nvim",
-- "ibhagwan/fzf-lua",
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
},
opts = {
-- configuration goes here
},
},
{
"3rd/image.nvim",
opts = {},
},
}

View file

@ -9,7 +9,7 @@ return {
provider = "openai",
openai = {
endpoint = "https://yunwu.ai/v1",
model = "claude-3-5-sonnet-latest", -- your desired model (or use gpt-4o, etc.)
model = "claude-3-7-sonnet-20250219", -- your desired model (or use gpt-4o, etc.)
timeout = 30000, -- timeout in milliseconds
temperature = 0, -- adjust if needed
max_tokens = 4096,

View file

@ -0,0 +1,6 @@
return {
"ibhagwan/fzf-lua",
-- optional for icon support
dependencies = { "nvim-tree/nvim-web-devicons" },
opts = {},
}

View file

@ -7,7 +7,8 @@ return {
file_types = { "markdown", "Avante" },
render_modes = { "n", "c", "t" },
latex = {
enabled = true,
-- enabled = true,
enabled = false,
converter = "latex2text",
highlight = "RenderMarkdownMath",
top_pad = 0,

View file

@ -2,9 +2,7 @@ return {
"folke/which-key.nvim",
event = "VeryLazy",
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
preset = "modern",
},
keys = {
{