feat(nvim): add render-markdown plugin
This commit is contained in:
parent
d1637e46fc
commit
a7e6655006
1 changed files with 6 additions and 1 deletions
|
@ -38,6 +38,7 @@
|
||||||
nvim-treesitter-textobjects
|
nvim-treesitter-textobjects
|
||||||
nvim-ts-context-commentstring
|
nvim-ts-context-commentstring
|
||||||
markdown-preview-nvim # use({ "iamcco/markdown-preview.nvim", run = ":call mkdp#util#install()" })
|
markdown-preview-nvim # use({ "iamcco/markdown-preview.nvim", run = ":call mkdp#util#install()" })
|
||||||
|
render-markdown-nvim
|
||||||
toggleterm-nvim
|
toggleterm-nvim
|
||||||
nvim-notify
|
nvim-notify
|
||||||
comment-nvim
|
comment-nvim
|
||||||
|
@ -185,7 +186,7 @@
|
||||||
layout = "float",
|
layout = "float",
|
||||||
width = 0.8,
|
width = 0.8,
|
||||||
height = 0.8,
|
height = 0.8,
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
require("diffview").setup({
|
require("diffview").setup({
|
||||||
|
@ -196,6 +197,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
require("render-markdown").setup({
|
||||||
|
file_types = { "markdown", "vimwiki", "copilot-chat" },
|
||||||
|
})
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue