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

Added instructions on how to Install neovim on linux #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bryanvaz
Copy link

The instructions on the neovim website don't get you to the same point where the video starts (as my unfortunate afternoon found out).

These instructions fill in the gap for a how to get a clean, mainline Linux distro to the point where the video starts.

TODO: Figure out how to get there for a mac because otherwise they're all stuck on VSCode

@Sefriol
Copy link

Sefriol commented Jul 24, 2023

OSX installation is pretty simple.
Terminal etc configurations are typically under ~/.config/.

# Install nvim using brew
brew install neovim
# Move to config directory
cd ~/.config/
# Create nvim directory
mkdir nvim
# Start Neovim in file explorer mode
nvim .

For OSX other things are also required. To get the ps-grep command working brew install ripgrep needs to be installed.

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