LunarVim/ftdetect/zig.lua
2022-05-25 11:44:13 +02:00

3 lines
61 B
Lua

vim.cmd [[
au BufRead,BufNewFile *.zir set filetype=zir
]]