fix quotation mark

This commit is contained in:
qizidog 2025-05-02 16:40:12 +08:00
parent 0022142db0
commit f7fa768cf1

View file

@ -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