added more capabilities to my nvim setup
This commit is contained in:
10
lua/plugins/devcontainer.lua
Normal file
10
lua/plugins/devcontainer.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
{
|
||||
"jamestthompson3/nvim-remote-containers",
|
||||
cmd = {
|
||||
"AttachToContainer",
|
||||
"BuildImage",
|
||||
"StartImage",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user