feat: clear

This commit is contained in:
tsorabel 2024-04-06 23:29:22 +02:00
parent c0a946044e
commit b7a6606f8b
3 changed files with 14 additions and 14 deletions

View file

@ -14,6 +14,7 @@ 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' },
@ -21,8 +22,4 @@ return {
require('nvim-ts-autotag').setup()
end,
},
--Terminal
--
-- { 'akinsho/toggleterm.nvim', version = '*', config = true },
}