Gemini plugin for kakoune!

Thats right! I made another EI AI plugin for kakoune, lately I feel gpt is kinda trash tbh, so I ported my plugin to use gemini: GitHub - eko234/kakkak

Example config is:

plug "eko234/kakkak" do %{
  go install
} config %{
  kakkakreifywith GEMINI_API_KEY
  define-command gback %{
    set global kakkakstarted false
    try %{
      db! chatkakkak
    }
    kakkakreifywith GEMINI_API_KEY
  }
  gback
  map global user i ": gpt "
}

If you have a 1 char size selection It will just take the prompt you add after the gpt command, but if you have a +1 char text selection, it will append that to the prompt you write after the gpt command.

1 Like