Skip to content

Install neovim for both cases - #6

Merged
JoannaaKL merged 1 commit into
mainfrom
install-neovim
Sep 29, 2025
Merged

Install neovim for both cases#6
JoannaaKL merged 1 commit into
mainfrom
install-neovim

Conversation

@JoannaaKL

Copy link
Copy Markdown
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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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.

Comment thread helpers.sh
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

Copilot AI Sep 29, 2025

Copy link

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