minified test
This commit is contained in:
parent
197da90492
commit
d5b6a69f9a
8 changed files with 105 additions and 61 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue