Added configs

This commit is contained in:
2024-09-27 19:49:32 +02:00
parent b35f4d721d
commit ac8c786195
4 changed files with 27 additions and 4 deletions

View File

@@ -80,6 +80,9 @@ return {
"windwp/nvim-ts-autotag",
dependencies = "nvim-treesitter",
event = { "BufReadPre", "BufNewFile" },
config = function()
require("nvim-ts-autotag").setup()
end,
},
{
"szw/vim-maximizer",