aboutsummaryrefslogtreecommitdiff
path: root/env/.config/nvim/after
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-03-21 03:51:09 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-03-21 03:51:09 -0500
commit32418fca3e38ef2e6b5e62c8f568da6e0a73a261 (patch)
treec3d68f02be6a2b196a222a5eb9c9341e55929d34 /env/.config/nvim/after
parent66953f50fbbd312499d577ef6358fe0e675c54ab (diff)
Squashed commit of the following:
- moved from st to st-flexipatch - dwm changes - added dunst to autostart - moved from lf-gadets to lfimg-sixel - st - asciidoc conf for 3rd nvim
Diffstat (limited to 'env/.config/nvim/after')
-rw-r--r--env/.config/nvim/after/plugin/3rd.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/env/.config/nvim/after/plugin/3rd.lua b/env/.config/nvim/after/plugin/3rd.lua
index 35582c1..edd1aa3 100644
--- a/env/.config/nvim/after/plugin/3rd.lua
+++ b/env/.config/nvim/after/plugin/3rd.lua
@@ -27,6 +27,15 @@ if ok then
css = {
enabled = false,
},
+ asciidoc = {
+ enabled = true,
+ clear_in_insert_mode = false,
+ download_remote_images = true,
+ only_render_image_at_cursor = true,
+ only_render_image_at_cursor_mode = "popup",
+ floating_windows = false,
+ filetypes = { "asciidoc", "adoc" },
+ },
},
max_width = nil,
max_height = nil,