Update README.md

This commit is contained in:
SamPosh 2023-04-20 16:10:50 +05:30 committed by GitHub
parent 2ecff6e083
commit 98fbdbe1ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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 with kickstart.nvim
### Python Devbox ### Python Devbox
@ -43,7 +48,7 @@ For nvim configuration refer : https://github.com/nvim-lua/kickstart.nvim
## Features ## Features
1) It is inside container. So this devbox can act like devcontainer (vscode) 1) It is inside container. So this devbox can act like devcontainer (vscode)
2) Code block can be collapsed/expanded like 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 ## Debuypy inside venv problem is resolved