1 2 3 4
local status, autotag = pcall(require, 'nvim-ts-autotag') if (not status) then return end autotag.setup()