Skip to content

Commit

Permalink
Fix plugin directions for initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Jun 4, 2024
1 parent 236cde8 commit 9cd1f9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ make assumptions about how you work.
desc = "Toggle the current DevContainer Terminal"
},
},
config = function()
init = function()
local opts = {
-- whather to verify that the final devcontainer should be run
interactive = false,
Expand Down Expand Up @@ -207,6 +207,5 @@ make test
(`:DevcontainerUp<cr>`) is closed when the process finishes successfully.
4. [x] [Give the possibility of defining custom dotfiles when setting up the devcontainer](https://github.com/erichlf/devcontainer-cli.nvim/issues/1)
5. [x] Add unit tests using plenary.busted lua module.
6. [x] The logs printed in the floating window when preparing the Devcontainer
are saved and easy to access.
6. [x] Create a logger.
7. [x] Convert bash scripts in lua code.

0 comments on commit 9cd1f9b

Please sign in to comment.