docs: improve the Readme and generate homepage
This commit is contained in:
parent
a5c73fd9f7
commit
834f806d3c
49
Readme.md
49
Readme.md
@ -1,12 +1,45 @@
|
|||||||
# bepo.nvim
|
<!-- insert
|
||||||
|
---
|
||||||
|
title: "bepo.nvim"
|
||||||
|
date: 2022-02-21T10:02:37
|
||||||
|
description: "⌨️ Mappings for the bepo layout in Lua"
|
||||||
|
repo_url: "https://github.com/cljoly/bepo.nvim"
|
||||||
|
aliases:
|
||||||
|
- /bepo.nvim
|
||||||
|
tags:
|
||||||
|
- NeoVim
|
||||||
|
- Lua
|
||||||
|
- Plugin
|
||||||
|
- Bepo
|
||||||
|
- Lisp
|
||||||
|
- Fennel
|
||||||
|
#images:
|
||||||
|
#- /telescope-repo-nvim/opengraph.png
|
||||||
|
#- /telescope-repo-nvim/opengraph.webp
|
||||||
|
---
|
||||||
|
{{< github_badge >}}
|
||||||
|
|
||||||
*Work in progress, see the [sources](https://github.com/cljoly/bepo.nvim/blob/main/fnl/bepo.fnl)*
|
{{< rawhtml >}}
|
||||||
|
<div class="badges">
|
||||||
|
{{< /rawhtml >}}
|
||||||
|
end_insert -->
|
||||||
|
<!-- remove -->
|
||||||
|
# ⌨️ bepo.nvim
|
||||||
|
<!-- end_remove -->
|
||||||
|
|
||||||
Remap for the bepo layout in Lua, inspired by https://github.com/michamos/vim-bepo
|
 [](https://cj.rs/riss) 
|
||||||
|
|
||||||
It aims to be faster (takes only 0.4ms at startup on my machine, while vim-bepo requires 1.6ms)
|
<!-- insert
|
||||||
|
{{< rawhtml >}}
|
||||||
|
</div>
|
||||||
|
{{< /rawhtml >}}
|
||||||
|
end_insert -->
|
||||||
|
|
||||||
## Example Use Case
|
Mappings for the [bepo][] layout in Lua, inspired by [vim-bepo][vb]
|
||||||
|
|
||||||
|
It aims to be faster (takes only 0.4ms at startup on my machine, while [vim-bepo][vb] requires 1.6ms) and more customizable (see `:help bepo.nvim-cherry-pick`)
|
||||||
|
|
||||||
|
## Example Use
|
||||||
|
|
||||||
You should call the extension early in your config, so that you can erase mappings later (or with later extensions) more easily.
|
You should call the extension early in your config, so that you can erase mappings later (or with later extensions) more easily.
|
||||||
|
|
||||||
@ -21,3 +54,9 @@ require("bepo").tabs()
|
|||||||
require("bepo").easy_access()
|
require("bepo").easy_access()
|
||||||
require("bepo").window()
|
require("bepo").window()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
See [the help file][help] for more details and the mappings installed.
|
||||||
|
|
||||||
|
[vb]: https://github.com/michamos/vim-bepo
|
||||||
|
[help]: https://github.com/cljoly/bepo.nvim/blob/main/doc/bepo-nvim.txt
|
||||||
|
[bepo]: https://bepo.fr/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user