feat: html autoclose
This commit is contained in:
parent
5c5a1f282e
commit
c0a946044e
|
@ -14,7 +14,15 @@ return {
|
|||
vim.keymap.set({ 'n' }, '<leader>tt', '<cmd>Tagbar<CR>', { desc = '[T]oggle [T]agbar' })
|
||||
end,
|
||||
},
|
||||
{
|
||||
'windwp/nvim-ts-autotag',
|
||||
ft = { 'javascript', 'javascriptreact', 'typescript', 'typescriptreact', 'html', 'markdown' },
|
||||
config = function()
|
||||
require('nvim-ts-autotag').setup()
|
||||
end,
|
||||
},
|
||||
|
||||
--Terminal
|
||||
--
|
||||
-- { 'akinsho/toggleterm.nvim', version = '*', config = true },
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue