You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
return { |
|
{ |
|
"https://codeberg.org/esensar/nvim-dev-container", |
|
dependencies = "nvim-treesitter/nvim-treesitter", |
|
config = function() |
|
require("devcontainer").setup({ |
|
-- Your options go here |
|
-- e.g., auto_start = true, icons = { ... } |
|
container_runtime = docker, |
|
}) |
|
end, |
|
}, |
|
}
|
|
|