neovim codemp plugin -- code multiplexer
Find a file
2024-08-14 17:37:31 +02:00
.cargo fix: build on mac 2023-11-23 15:09:13 +01:00
.github/workflows ci: add deploy key 2023-08-17 02:08:18 +02:00
src fix: if it errors its done, dont spinlock 2024-08-14 17:37:31 +02:00
.editorconfig feat: initial rust bindings for vscode client 2023-07-02 23:58:25 +02:00
.gitignore build: improved buildscript and bundle, added cmds 2023-07-04 01:02:50 +02:00
.rustfmt.toml build: initial commit with tonic stubs 2022-07-10 19:01:56 +02:00
LICENSE fix: not really FOSS 2023-07-16 19:42:42 +02:00
README.md docs: updated readme 2024-08-06 01:11:34 +02:00

codemp for nvim

an editor plugin for nvim

all commands are under :MP (with completion)

installation

this requires also getting the codemp library, download it and place it in your lua folder, then install this plugin reguarly