mirror of
https://github.com/Dannecron/nvchad-starter.git
synced 2025-12-25 20:02:33 +03:00
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 },
|
|
},
|
|
},
|
|
}
|