adj
This commit is contained in:
parent
e7b4be7296
commit
18603b93e0
8 changed files with 29 additions and 2 deletions
11
lua/plugins/bevy.lua
Normal file
11
lua/plugins/bevy.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
"lommix/bevy_inspector.nvim",
|
||||
dependencies = {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
config = function()
|
||||
require 'bevy_inspector'.setup({})
|
||||
end,
|
||||
cmd = { "BevyInspect", "BevyInspectNamed", "BevyInspectQuery" },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue