NeogitOrg / neogit

An interactive and powerful Git interface for Neovim, inspired by Magit
MIT License
4.08k stars 241 forks source link

DISABLING spell checker #1479

Closed Kyren223 closed 2 months ago

Kyren223 commented 2 months ago

I find the spellchecker introduced recently really annoying and it's impossible to disable. There should be a config option to disable it. And in my opinion, it should be opt-in, but I wouldn't mind opt-out either.

rami3l commented 2 months ago

I second this. Personally I use cspell for spell checking already, so I've disabled the native spellchecker by default. However, neogit seems to have ignored that setting...

CKolkey commented 2 months ago

Fair - I added an option to toggle it. Feel free to make a PR if you think this could hook into nvim better. I have no time right now to do much more than this, I'm afraid.