-- You can add your own plugins here or in other files in this directory! -- I promise not to create any merge conflicts in this directory :) -- -- See the kickstart.nvim README for more information return { { 'AndrewRadev/tagalong.vim', }, { 'windwp/nvim-ts-autotag', config = function() require('nvim-ts-autotag').setup { opts = { -- Defaults enable_close = true, -- Auto close tags enable_rename = true, -- Auto rename pairs of tags enable_close_on_slash = false, -- Auto close on trailing l', function() conform.format({ lsp_fallback = true, async = false, timeout_ms = 500, }) end, { desc = 'Format file or range (in visual mode)' }) end, }, }