Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 609 Bytes

File metadata and controls

39 lines (27 loc) · 609 Bytes

Curse

A Neovim plugin that integrates AI capabilities into your editor.

Features

  • AI-powered code assistance
  • Natural language to code conversion
  • Context-aware suggestions
  • Tool-based interactions

Installation

Using packer.nvim:

use {
    'rmunoz/curse',
    requires = {
        'nvim-lua/plenary.nvim',
    }
}

Configuration

require('curse').setup({
    -- Configuration options will be added here
})

Usage

The plugin provides a command :CurseQuery that you can use to interact with the AI.

License

MIT