Skip to content

Commit

Permalink
update: README
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Apr 11, 2024
1 parent 8dde573 commit 408b7bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

## 💎 Features
- Lightweight and dependency-free
- Cross-platform support (Windows, Linux, macOS)
- Blazingly fast startup due to non-blocking, asynchronous nature
- Highly [configurable](https://github.com/vyfor/cord.nvim#-configuration) in Lua
- Offers a rich icon set for various components
Expand All @@ -16,7 +17,7 @@

## 🔌 Requirements
- **Neovim compiled with LuaJIT**
- **Rust compiler**
- **[Rust compiler](https://www.rust-lang.org/tools/install)**

## 📦 Installation
<details>
Expand Down Expand Up @@ -55,7 +56,7 @@
require('cord').setup({
usercmds = true, -- Enable user commands
timer = {
enable = true, -- Enable timer
enable = true, -- Enable automatically updating presence
interval = 1500, -- Timer's update interval in milliseconds (min 500)
reset_on_idle = false, -- Reset start timestamp on idle
reset_on_change = false, -- Reset start timestamp on presence change
Expand Down

0 comments on commit 408b7bd

Please sign in to comment.