just basedpyright, not pytho
This commit is contained in:
@@ -183,7 +183,7 @@ local file_specific = {
|
|||||||
vim.bo.errorformat = vim.bo.errorformat .. ",%\\s%#at\\ %m\\ in\\ %f:line\\ %l"
|
vim.bo.errorformat = vim.bo.errorformat .. ",%\\s%#at\\ %m\\ in\\ %f:line\\ %l"
|
||||||
end,
|
end,
|
||||||
python = function()
|
python = function()
|
||||||
vim.bo.makeprg = 'basedpyright && python3.13 %'
|
vim.bo.makeprg = 'basedpyright'
|
||||||
end,
|
end,
|
||||||
swift = function()
|
swift = function()
|
||||||
vim.bo.makeprg = 'swift'
|
vim.bo.makeprg = 'swift'
|
||||||
|
|||||||
Reference in New Issue
Block a user