Skip to content

pawemix/duqtalk.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duqtalk.nvim

Chat through DuckDuckGo AI inside Neovim.

Prerequisites

  • duqtalk utility installed and available in PATH

Installation

With lazy.nvim:

{
    "pawemix/duqtalk.nvim",
    keys = {
        { "<leader>da", function() require("duqtalk").interact() end },
    },
}

Usage

When in Normal mode, hit <leader>da (or any other keymap that you've configured for interact()) to send the current line as a query to DuckDuckGo AI Chat. Once retrieved, the response will be appended right under that line.

About

Chat through DuckDuckGo AI inside Neovim.

Topics

Resources

License

Stars

Watchers

Forks

Languages