add running of the python file for python's makeprg
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user