diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-07-22 02:42:17 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-07-22 02:42:17 -0500 |
| commit | b50c450a572c9951baf2bdf1720fb241625c626d (patch) | |
| tree | 4750183b51250f5444a6839bc2bf679ef9a12b79 /env/.config/vis/visrc.lua | |
| parent | 735b92dbcfe2f8f85047110bdd17f48900b12b8e (diff) | |
fixed i3blocks breaking blocks on multible monitors
added keybind for cboomer
urlview.sh change
added asciidoc asociation for vis for v0.9 tag
fixed vis theme
added xorg-xinit. fixed typo xlibre-xserver
moved ugrep
urlview check change
Diffstat (limited to 'env/.config/vis/visrc.lua')
| -rw-r--r-- | env/.config/vis/visrc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/env/.config/vis/visrc.lua b/env/.config/vis/visrc.lua index b11f0cb..d1a2e32 100644 --- a/env/.config/vis/visrc.lua +++ b/env/.config/vis/visrc.lua @@ -28,3 +28,4 @@ vis.events.subscribe(vis.events.WIN_OPEN, function(win) end) vis.ftdetect.filetypes["greyscript"] = { ext = { "%.src$" } } +vis.ftdetect.filetypes["asciidoc"] = { ext = { "%.adoc$" } } |
