minified test

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-27 21:23:43 -05:00
parent 197da90492
commit d5b6a69f9a
8 changed files with 105 additions and 61 deletions

View file

@ -1,5 +1,14 @@
return {
"lnc3l0t/glow.nvim",
init = function()
-- Check if glow is available
if not U.cmd_executable("glow") then
vim.notify(
"'glow' not found on PATH. Required for markdown preview with :Glow",
vim.log.levels.INFO
)
end
end,
opts = {
default_type = "keep",
},