diff --git a/README.md b/README.md index 4b754f38..3d26a0ca 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,12 @@ rm -rf ~/.cache/nvim This repo is forked from Kickstarter.nvim 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. + + ## Debuypy inside venv problem is resolved The reason why this Pydevbox is created to solve the problem of installing debugpy inside virtual env. I tried other NEOVIM distro but always stuck at the point where i have to use debugpy. @@ -69,6 +75,12 @@ Ctrl+b will toggle neotree(which is file explorer) Ctrl+j will toggle terminal (using toggleterm) ``` +### Python debug configuration +Debug configuration is available in this file +https://github.com/SamPosh/PyDevbox/blob/master/lua/kickstart/plugins/dap/handler/python.lua +If you want to add additional configuration then you can add it here + + ### Minor problem need to be resolved yet Paste into nvim works fine. But copy from neovim to outside doesn't work. I could not figure out any solution till now. So for copying contents i am using alternate solution like cat it and copy it from terminal. This is a minor problem