diff --git a/lua/lazyvim/plugins/extras/lang/python.lua b/lua/lazyvim/plugins/extras/lang/python.lua index cc450b54..805a27d9 100644 --- a/lua/lazyvim/plugins/extras/lang/python.lua +++ b/lua/lazyvim/plugins/extras/lang/python.lua @@ -113,7 +113,7 @@ return { local pypath = ((ncf.lspconfig or {}).pyright or {})["python.pythonPath"] if pypath ~= nil then pypath = vim.fn.expand(pypath) - require('dap-python').setup(nil, { pythonPath = pypath }) + require("dap-python").setup(nil, { pythonPath = pypath }) return end end