Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
myypo committed Jun 22, 2024
1 parent 345df0b commit 10d0d04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
- name: Publish pre-release
run: |
gh release create stable $PRERELEASE --title "$SUBJECT" --target $GITHUB_SHA linux-x86_64_compass.so mac-aarch64_compass.dylib mac-x86_64_compass.dylib windows-x86_64_compass.dll
gh release create stable $PRERELEASE --title "$SUBJECT" --target $GITHUB_SHA linux-x86_64_compass.so/* mac-aarch64_compass.dylib/* mac-x86_64_compass.dylib/* windows-x86_64_compass.dll/*
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Requirements
## 🎯 Requirements

- **Linux x86_64**, **MacOS ARM/x86_64** or **Windows x86_64**.

- Neovim **v0.10.0** or **nightly**. Earlier versions are unlikely to work.

# Installation
## 🔌 Installation

### [lazy.nvim](https://github.com/folke/lazy.nvim)

Expand All @@ -22,7 +22,7 @@ The provided above installation snippet will use a pre-built by GitHub action li
work out of the box, but you can also build the library yourself, provided, you have Rust toolchain installed.
To do so just change `build = "make"` to `build = "make local"`

# Keymaps
## ⌨️ Keymaps

Example useful keymaps for **Lazy.nvim**

Expand All @@ -47,7 +47,7 @@ keys = {

```

# Configuration
## ⚙️ Configuration

Default configuration:

Expand Down

0 comments on commit 10d0d04

Please sign in to comment.