mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2025-10-21 19:50:34 +00:00
6 lines
145 B
Lua
6 lines
145 B
Lua
local helpers = require('runner.handlers.helpers')
|
|
|
|
return function(buffer)
|
|
helpers.shell_handler('python ' .. vim.fn.expand('%'))(buffer)
|
|
end
|