A Neovim plugin that integrates AI capabilities into your editor.
- AI-powered code assistance
- Natural language to code conversion
- Context-aware suggestions
- Tool-based interactions
Using packer.nvim:
use {
'rmunoz/curse',
requires = {
'nvim-lua/plenary.nvim',
}
}require('curse').setup({
-- Configuration options will be added here
})The plugin provides a command :CurseQuery that you can use to interact with the AI.
MIT