mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2026-02-04 06:12:01 +00:00
Run StyLua
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
local helpers = require('runner.handlers.helpers')
|
||||
local utils = require('runner.handlers.utils')
|
||||
local utils = require('runner.handlers.utils')
|
||||
|
||||
return function(buffer)
|
||||
utils.run_command(utils.script_path() .. 'get-scripts.sh', function(output)
|
||||
@@ -14,7 +14,7 @@ return function(buffer)
|
||||
end
|
||||
|
||||
local handlers = {
|
||||
['Run current file'] = helpers.shell_handler('node ' .. vim.fn.expand('%'))
|
||||
['Run current file'] = helpers.shell_handler('node ' .. vim.fn.expand('%')),
|
||||
}
|
||||
|
||||
for _, bin in pairs(bins) do
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
local helpers = require('runner.handlers.helpers')
|
||||
local utils = require('runner.handlers.utils')
|
||||
local utils = require('runner.handlers.utils')
|
||||
|
||||
return function(buffer)
|
||||
utils.run_command(utils.script_path() .. 'get-bins.sh', function(output)
|
||||
|
||||
Reference in New Issue
Block a user