json.lua 70 B

123
  1. vim.cmd [[
  2. au BufRead,BufNewFile tsconfig.json set filetype=jsonc
  3. ]]