Neovim Plugins
Ollamachad.nvim
A simple interactive chat prompt that uses a local or remote ollama server.
- choose a model from a local list.
- provide a system prompt to change behavior.
- mark files for context.
bevy_inspector.nvim
A simple remote entity & component inspector inside Neovim using the telescope API with the new BRP-API introduced in bevy 0.15
- Search entities. All, Named or with Component
- Live inspect all components attached to the selected Entity.
Godot Debugger
A super simple debugging adapter for Godot 3.X, which at the time was not compatible with the DAP protocol.