add starter config files
This commit is contained in:
parent
45a1b2c9a8
commit
aa13916e94
7 changed files with 133 additions and 0 deletions
15
lua/plugins/init.lua
Normal file
15
lua/plugins/init.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
config = function()
|
||||
require "configs.conform"
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
opts = {
|
||||
git = { enable = true },
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue