2025-11-04
-
Appointment with Mike Hostick of Live Oak is set for Thursday at 1pm (my time).
-
Modified neovim's configuration so that
~/.cargo/bin/styluawill, if it exist, be preferred over mason's stylua. -
Modified neovim's configuration so that
~/.python3-env/bin/pylspwill, if it exist, be preferred over mason's pylsp. -
Modified neovim's configuration so that it has everything necessary for debugging in python.
- Set up
nvim-dap.<F5>start/continue<F10>step over<F11>step into<F12>step out<Leader>dbtoggle breakpoint<Leader>dBset conditional breakpoint.
- For python,
<F5>causes execution to begin as ifpython <current file>had been invoked, but in the debugger. - Set up
nvim-dap-uiso that buffers showing variable-values, terminal-output, etc., open up around the source-buffer. - Installed
nvim-dapandnvim-niotoo.