neovim: Disable diagram.nvim

This commit is contained in:
traxys 2024-09-13 14:27:06 +02:00
parent 2b426cb636
commit 39ae9a3745

View file

@ -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 = {