/dotfiles

All the mess in one place.

Primary LanguageVim Script

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!