docs: github readme banners

This commit is contained in:
əlemi 2024-08-17 17:11:20 +02:00
parent ab8b25b6e8
commit 15ab08cc2d
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -17,6 +17,10 @@ and low network footprint, meaning even slow connections can provide stable real
> This is the reference codemp neovim plugin maintained by [hexedtech](https://hexed.technology) > This is the reference codemp neovim plugin maintained by [hexedtech](https://hexed.technology)
## usage ## usage
> [!CAUTION]
> codemp-nvim is not finished nor ready for early adopters, this is a demo
to interact with this plugin use the `:MP` command to interact with this plugin use the `:MP` command
| command | description | | command | description |
@ -47,9 +51,13 @@ MP command autocompletes available options for current state, so cycle <Tab> if
it's possible to configure global `vim.g.codemp_username` and a `vim.g.codemp_password` which will be used when connecting it's possible to configure global `vim.g.codemp_username` and a `vim.g.codemp_password` which will be used when connecting
## installation ## installation
**currently there is no stable release available**
an internal testing build is available here, place the whole `codemp` folder under your `.config/nvim/lua` directory > [!IMPORTANT]
> the release zip provided is a tech demo for linux, there are no official releases yet
* download the internal demo bundle from [here](https://github.com/hexedtech/codemp-nvim/releases/tag/v0.1)
* place the whole `codemp` folder under your `.config/nvim/lua` directory
* add `CODEMP = require('codemp')` at the end of your `init.lua`
### building ### building
this plugin relies on the native codemp lua bindings: just compile the main `codemp` project with `lua` feature enabled this plugin relies on the native codemp lua bindings: just compile the main `codemp` project with `lua` feature enabled