Skip to content

Commit

Permalink
install: neovide install and configuration for MacOSX
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Dec 28, 2023
1 parent 241f554 commit 82781d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- basic: Astronvim notification page with history navigation
- basics: configure neotree to show hidden files and directories
- install: add MacOSX homebrew section
- install: neovide install and configuration
- install: neovide install and configuration, Linux & MacOSX
- source-control: add nvimdiff configuration and use for Git diff views

### Changed
Expand Down
13 changes: 12 additions & 1 deletion docs/install/neovide.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,18 @@ Neovide provides a GUI for Neovim and supports the use of AstroNvim community co

Run the extracted dmg file and use the install wizard to copy Neovide to the Applications directory.


Create symbolic link from Neovide install to `~/.local/bin`

```bash
ln -s /Applications/neovide.app/Contents/MacOS/neovide ~/.local/bin/neovide
```

Add alias to use neovide with astronvim configuration to `.bashrc` , `.zshrc` or shared `shell-aliases` file

```shell
alias neovide="NVIM_APPNAME=astronvim neovide"
```


## Neovide with NVIM_APPNAME

Expand Down

0 comments on commit 82781d6

Please sign in to comment.