add with configuration for python

This commit is contained in:
Stephen Leece 2023-12-30 10:44:59 -08:00
parent 3745d242ba
commit ae6f1fbd81
3 changed files with 72 additions and 2 deletions

View file

@ -1,7 +1,26 @@
# kickstart.nvim
# swl_kickstart.nvim
Instructions unique to my dotfiles:
- create a symlink in $HOME/.config/
`ln -s /Users/<username>/src/swl_kickstart.nvim /Users/<username>/.config/`
- launch with `knv`
https://github.com/kdheepak/kickstart.nvim/assets/1813121/f3ff9a2b-c31f-44df-a4fa-8a0d7b17cf7b
## nvim-dap, nvim-dap-python
### set up a virtual env for debugpy requirement as suggested
mkdir .virtualenvs
cd .virtualenvs
python -m venv debugpy
debugpy/bin/python -m pip install debugpy
### Introduction
A starting point for Neovim that is: