nvim/lua/lsp/bash.lua

6 lines
104 B
Lua

return{
on_attach = function()
G.api.nvim_create_user_command('R', G.run_cmd('sh %'), {})
end
}