Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.6 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.6 KB

neovim

What I use:

General

Python

Currently, I'm using the following setup for Python development:

  • miniconda for package management
  • jedi-language-server (link) for goto definition and hover functionality, and ruff-lsp (link) for diagnostics and formatting
  • DAP for my debugger, with nvim-dap-python (link) as my Python adapter

References:

Thanks to all developers for their amazing work!