AI for Trace

This commit is contained in:
2026-08-18 18:58:50 +03:00
parent 5ec108097b
commit 7d4c00d1cf
7 changed files with 332 additions and 88 deletions

View File

@ -91,9 +91,19 @@ return {
config = function()
require("config.markview")
end,
dependencies = { "saghen/blink.cmp" },
dependencies = { "hrsh7th/cmp-path" },
},
-- Рендеринг mermaid - блоксхемы
{
"kevalin/mermaid.nvim",
dependencies = { "nvim-treesitter/nvim-treesitter" },
config = function()
require("mermaid").setup()
-- Install the Tree-sitter parser:
-- :TSInstall mermaid
end,
},
@ -137,11 +147,6 @@ return {
dependencies = { "rafamadriz/friendly-snippets" },
},
-- Альтернативный движок автодополнения
{
"saghen/blink.cmp",
dependencies = { "saghen/blink.lib" },
},
@ -243,12 +248,14 @@ return {
-- Улучшения для работы с Markdown
{ "SidOfc/mkdx" },
-- AI ассистент через bash
{
"gsuuon/model.nvim",
config = function()
require("config.model")
end,
},
-- AI плагин для интеграции Агентов и LLMs
{
"olimorris/codecompanion.nvim",
version = "^19.0.0",
opts = {},
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
},
},
}