Add autotag

pull/903/head
Jorge Benavente 3 weeks ago
parent abfb080f62
commit 59684f6645

@ -228,19 +228,19 @@ require('lazy').setup({
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
'tpope/vim-surround',
-- {
-- 'windwp/nvim-autopairs',
-- event = 'InsertEnter',
-- config = function()
-- require('nvim-autopairs').setup {}
-- end,
-- },
-- {
-- 'windwp/nvim-ts-autotag',
-- config = function()
-- require('nvim-ts-autotag').setup {}
-- end,
-- },
{
'windwp/nvim-autopairs',
event = 'InsertEnter',
config = function()
require('nvim-autopairs').setup {}
end,
},
{
'windwp/nvim-ts-autotag',
config = function()
require('nvim-ts-autotag').setup {}
end,
},
-- NOTE: Plugins can also be added by using a table,
-- with the first argument being the link and the following

Loading…
Cancel
Save