From 39ae9a3745ac0396041af6d6b40f12c0228eee80 Mon Sep 17 00:00:00 2001 From: traxys Date: Fri, 13 Sep 2024 14:27:06 +0200 Subject: [PATCH] neovim: Disable diagram.nvim --- neovim/notes.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/neovim/notes.nix b/neovim/notes.nix index a9dd835..18bd410 100644 --- a/neovim/notes.nix +++ b/neovim/notes.nix @@ -19,7 +19,7 @@ callback = helpers.mkRaw '' function() vim.cmd("Markview disable") - vim.cmd("DiagramBuf disable") + -- vim.cmd("DiagramBuf disable") end ''; } @@ -46,7 +46,8 @@ }; plugins.diagram-nvim = { - enable = true; + /* This does seem to work too well with the markdown preview */ + enable = false; settings = { renderer_options = {