A neovim plugin for the oz programming language
Default configuration options
opts = {
ozengine_path = "ozengine",
show_compiler_output = true,
linter = false,
keymaps = {
feed_selection_mapping = "<C-r>",
},
}
Some available commands:
OzEnginePath
to get the current ozengine pathOzFeedFile
to feed the current oz buffer to the engineOzEngineRestart
to restart the engineOzOpenLog
to see the logs
- simple connection to the ozengine
- code feeding
- compiler output into a different buffer
- linting
- more platform support (windows ?)
Feel free to send a pr.
Licence: MIT