Skip to content

Conversation

@JoannaaKL
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings September 29, 2025 13:38
@JoannaaKL JoannaaKL merged commit d4cb847 into main Sep 29, 2025
2 of 4 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds neovim installation to both the codespaces and local setup functions, ensuring the text editor is available in both development environments.

  • Adds neovim installation for codespaces using apt-get
  • Adds neovim installation for local setup using brew

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

install_if_missing tmux brew install tmux
install_if_missing bat brew install bat
install_if_missing rg brew install ripgrep
install_if_missing rg brew install neovim
Copy link

Copilot AI Sep 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The binary name should be 'nvim' to match the neovim executable, not 'rg' which is already used for ripgrep on line 57.

Suggested change
install_if_missing rg brew install neovim
install_if_missing nvim brew install neovim

Copilot uses AI. Check for mistakes.
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.

2 participants