mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-13 14:25:08 +02:00
neovim: Disable diagram.nvim
This commit is contained in:
parent
2b426cb636
commit
39ae9a3745
1 changed files with 3 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue