mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-16 01:01:34 +00:00
16 lines
207 B
Lua
16 lines
207 B
Lua
return {
|
|
{
|
|
"stevearc/conform.nvim",
|
|
config = function()
|
|
require("configs.conform")
|
|
end,
|
|
},
|
|
|
|
{
|
|
"nvim-tree/nvim-tree.lua",
|
|
opts = {
|
|
git = { enable = true },
|
|
},
|
|
},
|
|
}
|