just basedpyright, not pytho

This commit is contained in:
2026-01-11 15:27:40 +01:00
parent 202914dbcd
commit 120f8be028
+1 -1
View File
@@ -183,7 +183,7 @@ local file_specific = {
vim.bo.errorformat = vim.bo.errorformat .. ",%\\s%#at\\ %m\\ in\\ %f:line\\ %l"
end,
python = function()
vim.bo.makeprg = 'basedpyright && python3.13 %'
vim.bo.makeprg = 'basedpyright'
end,
swift = function()
vim.bo.makeprg = 'swift'