diff --git a/docs/extras/lang/python.md b/docs/extras/lang/python.md index a97a583143..ba2cfe2df6 100644 --- a/docs/extras/lang/python.md +++ b/docs/extras/lang/python.md @@ -14,7 +14,7 @@ Additional options for this extra can be configured in your [lua/config/options. ```lua title="lua/config/options.lua" -- LSP Server to use for Python. -- Set to "basedpyright" to use basedpyright instead of pyright. -vim.g.lazyvim_python_lsp = "pyright" +vim.g.lazyvim_python_lsp = "basedpyright" -- Set to "ruff_lsp" to use the old LSP implementation version. vim.g.lazyvim_python_ruff = "ruff" ``` @@ -41,7 +41,6 @@ opts = { ensure_installed = { "ninja", "rst" } } - ```lua @@ -102,7 +101,6 @@ opts = { - ```lua @@ -169,7 +167,6 @@ end - ```lua @@ -201,7 +198,6 @@ opts = nil - ```lua @@ -226,7 +222,6 @@ opts = {} - ```lua @@ -263,7 +258,6 @@ opts = { - ```lua @@ -305,7 +299,6 @@ opts = { - ```lua @@ -343,7 +336,6 @@ opts = nil - ```lua @@ -383,7 +375,6 @@ end - ```lua @@ -403,8 +394,7 @@ end ## [mason-nvim-dap.nvim](https://github.com/jay-babu/mason-nvim-dap.nvim) _(optional)_ - Don't mess up DAP adapters provided by nvim-dap-python - +Don't mess up DAP adapters provided by nvim-dap-python @@ -420,7 +410,6 @@ opts = { - ```lua