mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix quotation mark
This commit is contained in:
parent
0022142db0
commit
f7fa768cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ return {
|
||||||
local pypath = ((ncf.lspconfig or {}).pyright or {})["python.pythonPath"]
|
local pypath = ((ncf.lspconfig or {}).pyright or {})["python.pythonPath"]
|
||||||
if pypath ~= nil then
|
if pypath ~= nil then
|
||||||
pypath = vim.fn.expand(pypath)
|
pypath = vim.fn.expand(pypath)
|
||||||
require('dap-python').setup(nil, { pythonPath = pypath })
|
require("dap-python").setup(nil, { pythonPath = pypath })
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue