16 lines
206 B
Lua
16 lines
206 B
Lua
|
return {
|
||
|
{
|
||
|
"stevearc/conform.nvim",
|
||
|
config = function()
|
||
|
require "configs.conform"
|
||
|
end,
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"nvim-tree/nvim-tree.lua",
|
||
|
opts = {
|
||
|
git = { enable = true },
|
||
|
},
|
||
|
},
|
||
|
}
|