We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm continually fighting with the auto-aligner, and would like to temporarily disable it. Can I do that?
The text was updated successfully, but these errors were encountered:
I know what you mean, sometimes the indenter gets hyperactive.
Internally the config uses neovimhaskell/haskell-vim for indentation.
To turn it off, see https://github.com/neovimhaskell/haskell-vim#indentation
It would be cool to bind that to a key command. I'd take a pull request for that if you're feeling ambitious.
Sorry, something went wrong.
I've found that putting this in my vimrc.local works:
nnoremap <silent> <F9> :setl noai nocin nosi inde=<CR>
Although, it's a "one shot" technique, whereas I'd prefer a toggle.
No branches or pull requests
I'm continually fighting with the auto-aligner, and would like to temporarily disable it. Can I do that?
The text was updated successfully, but these errors were encountered: