added md renderer

This commit is contained in:
adollar 2025-06-29 21:31:28 +01:00
parent e743887e2f
commit 75b6eede2f
4 changed files with 48 additions and 28 deletions

View file

@ -33,6 +33,7 @@ require('lazy').setup({
require 'plugins.lsp',
require 'plugins.conform',
require 'plugins.nvim-lint',
require 'plugins.render-markdown',
-- NOTE: Plugins can also be configured to run Lua code when they are loaded.
--
-- This is often very useful to both group configuration, as well as handle