mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-11-23 12:27:50 +01:00
fix(docs): Update README to use my wiki, use Markdown Allerts (#54)
This commit is contained in:
parent
e74f180e1b
commit
6fcb4e578e
19
README.md
19
README.md
@ -18,7 +18,7 @@ This repository uses
|
|||||||
- Cross-platform support: macOS, nixOS, Linux[\*](#notes),
|
- Cross-platform support: macOS, nixOS, Linux[\*](#notes),
|
||||||
Windows, WSL
|
Windows, WSL
|
||||||
- Startup time is fast(er than other Rich Presence plugins, by
|
- Startup time is fast(er than other Rich Presence plugins, by
|
||||||
[kind of a lot](https://github.com/andweeb/presence.nvim/wiki/Plugin-Comparisons))
|
[kind of a lot](https://github.com/jiriks74/presence.nvim/wiki/Plugin-Comparisons))
|
||||||
- Written in Lua and [highly configurable](#configuration) in Lua
|
- Written in Lua and [highly configurable](#configuration) in Lua
|
||||||
(but also configurable in VimL if you want)
|
(but also configurable in VimL if you want)
|
||||||
- Manages Rich Presence across multiple Neovim instances in various environments
|
- Manages Rich Presence across multiple Neovim instances in various environments
|
||||||
@ -27,6 +27,11 @@ Windows, WSL
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
> [!Note]
|
||||||
|
>
|
||||||
|
> Requires [Neovim 0.5](https://github.com/neovim/neovim/releases/tag/v0.5.0)
|
||||||
|
> or higher
|
||||||
|
|
||||||
Use your favorite plugin manager
|
Use your favorite plugin manager
|
||||||
|
|
||||||
- [vim-plug](https://github.com/junegunn/vim-plug): `Plug 'jiriks74/presence.nvim'`
|
- [vim-plug](https://github.com/junegunn/vim-plug): `Plug 'jiriks74/presence.nvim'`
|
||||||
@ -40,13 +45,13 @@ Use your favorite plugin manager
|
|||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
|
||||||
### Notes
|
Rich Presence should work automatically after installation
|
||||||
|
|
||||||
- Requires [Neovim 0.5](https://github.com/neovim/neovim/releases/tag/v0.5.0)
|
> [!Important]
|
||||||
or higher
|
>
|
||||||
- Rich Presence should work automatically after installation
|
> If you're using WSL1 there's additional setup needed.
|
||||||
(unless you're using WSL, in which case
|
> WSL2 **is not supported** but ***may*** work.
|
||||||
[see here](https://github.com/andweeb/presence.nvim/wiki/Rich-Presence-in-WSL))
|
> [**See Wiki**](https://github.com/jiriks74/presence.nvim/wiki/Rich-Presence-in-WSL))
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user