ts-autotag.lua (96B)
1 if not pcall(require, 'nvim-ts-autotag') then 2 return 3 end 4 5 require('nvim-ts-autotag').setup {}