How to use skyspell with kakoune?

Hi all,

noob mouilleur here :wink: Was a vi/vim user for long time…
I use kakoune for editing my email, markdown and gemini files (and many other thing but without the need of a spell checker). I’ve tried skyspell on the command line and it seem great.
Apparently there’s an integration with kakoune but can’t find hot to use it.

Thanks

I think you want

eval %sh{skyspell init}

In your kakrc, or something to that effect.

It work with:

eval %sh{skyspell-kak init}

Thanks very much :slight_smile:

Hi, skyspell author here.

Glad that learn someone thinks it seams great - I was not really expecting someone else to use it yet - but sure, give a try and feel free to let us know here how it went :slight_smile:

In the mean time, I should probably update the README :stuck_out_tongue:

1 Like

Some days i find it awesome and other day i’m confused. But it’s better than the included spell checker.
I’ll use it more next week as i need to type a long story.

Thanks for making it :slight_smile:

Better late than never I guess.

I’ve made an official announcement here : Skyspell: handy and fast spellchecker for the command line with Kakoune integration

I’ve also updated both READMEs

https://git.sr.ht/~dmerej/skyspell/tree/main/item/README.md
and
https://git.sr.ht/~dmerej/skyspell/tree/main/item/crates/kak/README.md

Hope this helps.