Features list is added

This commit is contained in:
SamPosh 2023-04-20 14:51:00 +05:30 committed by GitHub
parent 9f6357ef3a
commit 1ca2900cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -40,6 +40,12 @@ rm -rf ~/.cache/nvim
This repo is forked from Kickstarter.nvim This repo is forked from Kickstarter.nvim
For nvim configuration refer : https://github.com/nvim-lua/kickstart.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 ## Debuypy inside venv problem is resolved
The reason why this Pydevbox is created to solve the problem of installing debugpy inside virtual env. 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. 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) 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 ### 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. 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 So for copying contents i am using alternate solution like cat it and copy it from terminal. This is a minor problem