From 068177ebebc0918165e3839740dea08a4293e4e0 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 2 Apr 2026 22:16:31 +0000 Subject: [PATCH] removed diagrams --- init.lua | 81 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 40 insertions(+), 41 deletions(-) diff --git a/init.lua b/init.lua index f11bfc5d..c9a23ffb 100644 --- a/init.lua +++ b/init.lua @@ -1139,48 +1139,47 @@ require('lazy').setup({ } end, }, - -{ - "3rd/diagram.nvim", - dependencies = { - { "3rd/image.nvim", opts = {} }, -- you'd probably want to configure image.nvim manually instead of doing this - }, - opts = { -- you can just pass {}, defaults below - events = { - render_buffer = { "InsertLeave", "BufWinEnter", "TextChanged" }, - clear_buffer = {"BufLeave"}, - }, - renderer_options = { - mermaid = { - background = nil, -- nil | "transparent" | "white" | "#hex" - theme = nil, -- nil | "default" | "dark" | "forest" | "neutral" - scale = 1, -- nil | 1 (default) | 2 | 3 | ... - width = nil, -- nil | 800 | 400 | ... - height = nil, -- nil | 600 | 300 | ... - cli_args = nil, -- nil | { "--no-sandbox" } | { "-p", "/path/to/puppeteer" } | ... - }, - plantuml = { - charset = nil, - cli_args = nil, -- nil | { "-Djava.awt.headless=true" } | ... - }, - d2 = { - theme_id = nil, - dark_theme_id = nil, - scale = nil, - layout = nil, - sketch = nil, - cli_args = nil, -- nil | { "--pad", "0" } | ... - }, - gnuplot = { - size = nil, -- nil | "800,600" | ... - font = nil, -- nil | "Arial,12" | ... - theme = nil, -- nil | "light" | "dark" | custom theme string - cli_args = nil, -- nil | { "-p" } | { "-c", "config.plt" } | ... - }, - } - }, -}, + -- { + -- "3rd/diagram.nvim", + -- dependencies = { + -- { "3rd/image.nvim", opts = {} }, -- you'd probably want to configure image.nvim manually instead of doing this + -- }, + -- opts = { -- you can just pass {}, defaults below + -- events = { + -- render_buffer = { "InsertLeave", "BufWinEnter", "TextChanged" }, + -- clear_buffer = {"BufLeave"}, + -- }, + -- renderer_options = { + -- mermaid = { + -- background = nil, -- nil | "transparent" | "white" | "#hex" + -- theme = nil, -- nil | "default" | "dark" | "forest" | "neutral" + -- scale = 1, -- nil | 1 (default) | 2 | 3 | ... + -- width = nil, -- nil | 800 | 400 | ... + -- height = nil, -- nil | 600 | 300 | ... + -- cli_args = nil, -- nil | { "--no-sandbox" } | { "-p", "/path/to/puppeteer" } | ... + -- }, + -- plantuml = { + -- charset = nil, + -- cli_args = nil, -- nil | { "-Djava.awt.headless=true" } | ... + -- }, + -- d2 = { + -- theme_id = nil, + -- dark_theme_id = nil, + -- scale = nil, + -- layout = nil, + -- sketch = nil, + -- cli_args = nil, -- nil | { "--pad", "0" } | ... + -- }, + -- gnuplot = { + -- size = nil, -- nil | "800,600" | ... + -- font = nil, -- nil | "Arial,12" | ... + -- theme = nil, -- nil | "light" | "dark" | custom theme string + -- cli_args = nil, -- nil | { "-p" } | { "-c", "config.plt" } | ... + -- }, + -- } + -- }, + -- }, { 'TrevorS/uuid-nvim',