How do I configure :make to run the current file as a script with a specific interpreter? :set makeprg=python3\ % Setting makeprg to include % lets :make always execute the file you're currently editing. category: config tags: #config #makeprg #workflow #quickfix