1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 06:39:25 +00:00

[neovim] Add render-markdown

This commit is contained in:
2025-01-03 15:28:53 +01:00
parent e13b0eb7d6
commit 5c6af0d906
7 changed files with 28 additions and 9 deletions

View File

@ -0,0 +1,3 @@
require("render-markdown").setup({
file_types = { "markdown", "copilot-chat" },
})