add running of the python file for python's makeprg

This commit is contained in:
Ivar Fatland
2025-10-24 12:28:23 +02:00
parent 12cca33467
commit 56446f0638
+1 -1
View File
@@ -136,7 +136,7 @@ local file_specific = {
end end
end, end,
python = function() python = function()
vim.bo.makeprg = 'basedpyright' vim.bo.makeprg = 'basedpyright && python3.13 %'
end, end,
swift = function() swift = function()
vim.bo.makeprg = 'swift' vim.bo.makeprg = 'swift'