💭 My New Python Lsp Setup ========================= !None Date: March 9, 2024 ![[None]] I figured out the killer combination for python lsp servers, ruff and jedi! ruff does all of the diagnostics and formatting, then jedi handles all the code objects like go to definition and go to reference. ``` lua local servers = { ruff_lsp = {}, jedi_language_server = {}, } ``` !!! note This post is a thought [1]. It's a short note that I make about someone else's content online #thoughts [2] References: [1]: /thoughts/ [2]: /tags/thoughts/