Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

DESCRIPTION:

Neovim plugin that puts the current file into AI context and uses your prompt to generate code at the cursor location, that’s it.

INSTALL:

echo 'export MAMMOUTH_API_KEY="your-key-here"' >> ~/.bashrc
source ~/.bashrc
:lua print(vim.inspect(os.getenv("MAMMOUTH_API_KEY")))

CONFIG (init.lua - Neovim)

vim.pack.add({ "https://github.com/neowees/weesgen.nvim" })
require("weesgen").setup({
    model = "mammouth-recommended", -- setup model here (get model list: https://model-explorer.mammouth.ai/)
})

USAGE INSIDE ANY FILE

weesgen: write sample function <leader> wg

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages