From 98fbdbe1ae6ed0b29696f778f4885d3d960d383e Mon Sep 17 00:00:00 2001 From: SamPosh Date: Thu, 20 Apr 2023 16:10:50 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d26a0ca..b26099c4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# Why this project +I love to use vscode. Lately I love nvim editor as well. +The initial configuration was a steep learning curve. Thanks to kickstart.nvim which helped me at last. +Now I have put Neovim and my configuration in dockerfile so that this environment can be used as devbox. + # Python Devbox with kickstart.nvim ### Python Devbox @@ -43,7 +48,7 @@ For nvim configuration refer : https://github.com/nvim-lua/kickstart.nvim ## Features 1) It is inside container. So this devbox can act like devcontainer (vscode) 2) Code block can be collapsed/expanded like vscode -3) Debugging can be done. +3) Debugging can be done for python/Pytest. Also added sample configuration for profiler as well. ## Debuypy inside venv problem is resolved