Skip to content

Commit

Permalink
Update to latest devcontainer-cli.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Apr 28, 2024
1 parent 988f8d1 commit 6d00263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/lvim/lua/user/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lvim.builtin.project.patterns = { ".devcontainer", ".git", "!develop/.devcontain
-- add devcontainer button to dashboard
table.insert(lvim.builtin.alpha.dashboard.section.buttons.entries,
{ "D", lvim.icons.misc.Package .. " Bringup Devcontainer",
"<CMD>lua require('devcontainer_cli.devcontainer_cli').up()<CR>" }
"<CMD>lua require('devcontainer-cli.devcontainer_cli').up()<CR>" }
)

-- LSP
Expand Down
4 changes: 1 addition & 3 deletions config/lvim/lua/user/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ lvim.plugins = {

{
"erichlf/devcontainer-cli.nvim",
-- dir = "/home/elfoster/workspace/devcontainer-cli.nvim",
-- dev = true,
-- branch = "AddShell",
branch = "main",
opts = {
interactive = false,
dotfiles_repository = "https://github.com/erichlf/dotfiles.git",
Expand Down

0 comments on commit 6d00263

Please sign in to comment.