correct repo address as well as bundle id (#1159)

macos-click-through
Jamespp 3 years ago committed by GitHub
parent 3cb891f2b8
commit 1b6878d072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,7 +70,7 @@ incremental = true
[package.metadata.bundle] [package.metadata.bundle]
name = "Neovide" name = "Neovide"
identifier = "com.kethku.neovide" identifier = "com.neovide.neovide"
icon = ["assets/neovide.ico"] icon = ["assets/neovide.ico"]
version = "0.8.0" version = "0.8.0"
resources = [] resources = []

@ -5,7 +5,7 @@ date: 2021-12-23T22:13:46
--- ---
end_insert --> end_insert -->
<!-- remove --> <!-- remove -->
# Neovide [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/SjFpZdQys6) [![Chat on Matrix](https://matrix.to/img/matrix-badge.svg)](https://matrix.to/#/#neovide_community:gitter.im) [![Discussions](https://img.shields.io/badge/GitHub-Discussions-green?logo=github)](https://github.com/Kethku/neovide/discussions) # Neovide [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/SjFpZdQys6) [![Chat on Matrix](https://matrix.to/img/matrix-badge.svg)](https://matrix.to/#/#neovide_community:gitter.im) [![Discussions](https://img.shields.io/badge/GitHub-Discussions-green?logo=github)](https://github.com/neovide/neovide/discussions)
<!-- end_remove --> <!-- end_remove -->
<!-- Powered by https://cj.rs/riss --> <!-- Powered by https://cj.rs/riss -->
@ -41,7 +41,7 @@ Cursor animates into position with a smear effect to improve tracking of cursor
Scroll operations on buffers in neovim will be animated smoothly pixel wise rather than line by line at a time. Note, multigrid must be Scroll operations on buffers in neovim will be animated smoothly pixel wise rather than line by line at a time. Note, multigrid must be
enabled for this to work. enabled for this to work.
https://github.com/Kethku/neovide/wiki/Configuration#multigrid https://github.com/neovide/neovide/wiki/Configuration#multigrid
![Smooth Scrolling](./assets/SmoothScrolling.gif) ![Smooth Scrolling](./assets/SmoothScrolling.gif)
@ -49,7 +49,7 @@ https://github.com/Kethku/neovide/wiki/Configuration#multigrid
Windows animate into position when they are moved making it easier to see how layout changes happen. Note, multigrid must be enabled for Windows animate into position when they are moved making it easier to see how layout changes happen. Note, multigrid must be enabled for
this to work. this to work.
https://github.com/Kethku/neovide/wiki/Configuration#multigrid https://github.com/neovide/neovide/wiki/Configuration#multigrid
![Animated Windows](./assets/AnimatedWindows.gif) ![Animated Windows](./assets/AnimatedWindows.gif)
@ -57,7 +57,7 @@ https://github.com/Kethku/neovide/wiki/Configuration#multigrid
The backgrounds of floating windows are blurred improving the visual separation between foreground and background from The backgrounds of floating windows are blurred improving the visual separation between foreground and background from
built in window transparency. Note, multigrid must be enabled for this to work. built in window transparency. Note, multigrid must be enabled for this to work.
https://github.com/Kethku/neovide/wiki/Configuration#multigrid https://github.com/neovide/neovide/wiki/Configuration#multigrid
![Blurred Floating Windows](./assets/BlurredFloatingWindows.png) ![Blurred Floating Windows](./assets/BlurredFloatingWindows.png)
@ -109,7 +109,7 @@ I've got more ideas for simple unobtrusive improvements. More to come.
## Configuration ## Configuration
Configuration is done almost completely via global neovide variables in your vim config and can be manipulated live at runtime. Details can be found [here](https://github.com/Kethku/neovide/wiki/Configuration). Configuration is done almost completely via global neovide variables in your vim config and can be manipulated live at runtime. Details can be found [here](https://github.com/neovide/neovide/wiki/Configuration).
## Install ## Install
@ -147,7 +147,7 @@ $ scoop install neovide
5. Build and install Neovide: 5. Build and install Neovide:
```sh ```sh
git clone https://github.com/Kethku/neovide git clone https://github.com/neovide/neovide
cd neovide cd neovide
cargo build --release cargo build --release
``` ```
@ -159,7 +159,7 @@ $ scoop install neovide
1. Install the latest version of Rust. Using homebrew: `brew install rustup-init` 1. Install the latest version of Rust. Using homebrew: `brew install rustup-init`
2. Configure rust by running `rustup-init` 2. Configure rust by running `rustup-init`
3. Install CMake. Using homebrew: `brew install cmake` 3. Install CMake. Using homebrew: `brew install cmake`
4. `git clone https://github.com/Kethku/neovide` 4. `git clone https://github.com/neovide/neovide`
5. `cd neovide` 5. `cd neovide`
6. `cargo build --release` 6. `cargo build --release`
7. Copy `./target/release/neovide` to a known location and enjoy. 7. Copy `./target/release/neovide` to a known location and enjoy.
@ -199,7 +199,7 @@ makepkg -si
``` ```
Note: Neovide requires that a font be set in `init.vim` otherwise errors might be encountered. Note: Neovide requires that a font be set in `init.vim` otherwise errors might be encountered.
See [#527](https://github.com/Kethku/neovide/issues/527) See [#527](https://github.com/neovide/neovide/issues/527)
##### With non-default branch ##### With non-default branch
@ -240,7 +240,7 @@ snap install neovide
3. Clone the repository 3. Clone the repository
```sh ```sh
git clone "https://github.com/Kethku/neovide" git clone "https://github.com/neovide/neovide"
``` ```
4. Build 4. Build
@ -252,7 +252,7 @@ snap install neovide
5. Copy `./target/release/neovide` to a known location and enjoy. 5. Copy `./target/release/neovide` to a known location and enjoy.
## Troubleshooting ## Troubleshooting
- Neovide requires that a font be set in `init.vim` otherwise errors might be encountered. This can be fixed by adding `set guifont=Your\ Font\ Name:h15` in init.vim file. Reference issue [#527](https://github.com/Kethku/neovide/issues/527). - Neovide requires that a font be set in `init.vim` otherwise errors might be encountered. This can be fixed by adding `set guifont=Your\ Font\ Name:h15` in init.vim file. Reference issue [#527](https://github.com/neovide/neovide/issues/527).
### Linux-specific ### Linux-specific
- If you recieve errors complaining about DRI3 settings, please reference issue [#44](https://github.com/Kethku/neovide/issues/44#issuecomment-578618052). - If you recieve errors complaining about DRI3 settings, please reference issue [#44](https://github.com/neovide/neovide/issues/44#issuecomment-578618052).

@ -5,7 +5,7 @@
No Nonsense Neovim Client in Rust No Nonsense Neovim Client in Rust
</h1> </h1>
<div> <div>
<img src="https://badgen.net/badge/icon/discord?icon=discord&amp;label" alt="Discord"></a> <a href="https://matrix.to/#/#neovide_community:gitter.im"><img src="https://matrix.to/img/matrix-badge.svg" alt="Chat on Matrix"></a> <a href="https://github.com/Kethku/neovide/discussions"><img src="https://img.shields.io/badge/GitHub-Discussions-green?logo=github" alt="Discussions"></a> <img src="https://badgen.net/badge/icon/discord?icon=discord&amp;label" alt="Discord"></a> <a href="https://matrix.to/#/#neovide_community:gitter.im"><img src="https://matrix.to/img/matrix-badge.svg" alt="Chat on Matrix"></a> <a href="https://github.com/neovide/neovide/discussions"><img src="https://img.shields.io/badge/GitHub-Discussions-green?logo=github" alt="Discussions"></a>
</div> </div>
</section> </section>
<img class="hero-image" style="width: 50%" src="{{ get_url(path="assets/neovide.svg") }}"> <img class="hero-image" style="width: 50%" src="{{ get_url(path="assets/neovide.svg") }}">

Loading…
Cancel
Save