new plugins

This commit is contained in:
Bryan Ramos 2024-09-23 17:46:21 -04:00
parent 854d0c583c
commit 4b1728d916
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 13 additions and 1 deletions

View file

@ -36,5 +36,10 @@ return {
end,
})
end,
},
{
"fei6409/log-highlight.nvim"
}
}

View file

@ -50,6 +50,13 @@ return {
end
},
{
"m4xshen/autoclose.nvim",
config = function ()
require("autoclose").setup()
end
},
--{
-- "nvim-treesitter/nvim-treesitter-context",
-- dependencies = { "nvim-treesitter/nvim-treesitter" },