!!! note This post is a thought. It's a short note that I make about someone else's content online. Learn more about the process here

Here's my thought on 💭 My New Python Lsp Setup


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.


	local servers = {
		ruff_lsp = {},
		jedi_language_server = {},
}

This post was a thought by Waylon Walker see all my thoughts at https://waylonwalker.com/thoughts