aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-12-08 10:17:00 +0100
committerMarc André Tanner <mat@brain-dump.org>2020-12-08 10:17:00 +0100
commit6b0da60dc63db7839f14fd78c48055bc706645d6 (patch)
treec4d1aae20b1c1233642717bfcad1161b5e2106b2 /lua/plugins
parent52fbef0d664279692db074067b7441e79058ee3c (diff)
parentf06f6c4b08d4ade7e3639d96ae09e791614243f1 (diff)
downloadvis-6b0da60dc63db7839f14fd78c48055bc706645d6.tar.gz
vis-6b0da60dc63db7839f14fd78c48055bc706645d6.tar.xz
Merge branch 'master' of https://github.com/KaneRoot/vis
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/filetype.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index 51312de..712744a 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -453,6 +453,9 @@ vis.ftdetect.filetypes = {
ext = { "%.yaml$", "%.yml$" },
mime = { "text/x-yaml" },
},
+ zig = {
+ ext = { "%.zig$" },
+ },
}
vis.events.subscribe(vis.events.WIN_OPEN, function(win)