From 98b87df35f3be6d4cca24dd53fbc58081da9a244 Mon Sep 17 00:00:00 2001 From: Tim <114847504+nie-off@users.noreply.github.com> Date: Wed, 23 Jul 2025 10:56:51 +0200 Subject: [PATCH] Update python.md Correct command to configure ruff as default LSP for Python --- docs/extras/lang/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/lang/python.md b/docs/extras/lang/python.md index 987e02032a..fda6728ee8 100644 --- a/docs/extras/lang/python.md +++ b/docs/extras/lang/python.md @@ -16,7 +16,7 @@ Additional options for this extra can be configured in your [lua/config/options. -- Set to "basedpyright" to use basedpyright instead of pyright. vim.g.lazyvim_python_lsp = "pyright" -- Set to "ruff_lsp" to use the old LSP implementation version. -vim.g.lazyvim_python_ruff = "ruff" +vim.g.lazyvim_python_lsp = "ruff" ``` Below you can find a list of included plugins and their default settings.