add render-markdown plugin

This commit is contained in:
Savosin Denis
2025-11-21 18:29:01 +07:00
parent 400c4e0571
commit 43f3d5d437
3 changed files with 30 additions and 18 deletions

View File

@@ -28,6 +28,7 @@ require("lazy").setup({
-- load theme
dofile(vim.g.base46_cache .. "defaults")
dofile(vim.g.base46_cache .. "statusline")
dofile(vim.g.base46_cache .. "render-markdown")
require "options"
require "autocmds"