This is a plugin for Neovim that provides additional functionality for daktilo.
🔥
|
This plugin is still in early development and is not ready for use. The required features in daktilo are not yet merged and are still subject to change. |
-
Reports the current column number to daktilo while in insert mode. This can be used to play sounds depending on the column number ding.
-
Report active / inactive to switch between editor / char based mode in daktilo (not supported by daktilo yet).
-
Report current workspace to daktilo (not supported by daktilo yet).
Currently you need to download the plugin binary and import it using lua require. This will be changed in the future.
require('daktilo-nvim').start()
The plugin can be configured by passing a table to the start function.
require('daktilo-nvim').start({
-- The port to use for the gRPC server in daktilo.
rpc_port = 50051,
})
Contributions are welcome. Please open an issue to discuss the changes you would like to make.