From 9cd1f9bb7a1b0d788386f2ac509ce6e1c837aafe Mon Sep 17 00:00:00 2001 From: Erich L Foster Date: Tue, 4 Jun 2024 14:08:29 +0200 Subject: [PATCH] Fix plugin directions for initialization --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e4985d..88bc700 100644 --- a/README.md +++ b/README.md @@ -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, @@ -207,6 +207,5 @@ make test (`:DevcontainerUp`) 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.