Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(#8): command executions #9

Merged
merged 4 commits into from
May 19, 2024
Merged

Conversation

AlejandroSuero
Copy link
Owner

Description

Fixes #8

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list relevant details about your configuration

  • make test
  • make test-nvim

Configuration:

  • Neovim version (nvim --version): v0.10.0
  • Operating system and version: MacOS 14.4.1

Checklist

  • My code follows the style guidelines of this project (stylua)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I did read the CODE OF CONDUCT
    and I agree to follow it.

@AlejandroSuero AlejandroSuero merged commit e924331 into main May 19, 2024
10 checks passed
@AlejandroSuero AlejandroSuero deleted the feature/refactor-executions branch May 19, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor os.execute and copy commands
1 participant