lavaball has quit [Remote host closed the connection]
zorz has quit [Quit: WeeChat 4.1.2]
<remiliascarlet>
farkuhar: Anything involving automatic typing sucks. Autocorrect sucks, auto ending brackets suck, auto indentation sucks (although useful if properly configured), IntelliJ type of stuff suck.
<remiliascarlet>
Autocomplete doesn't suck, but that's because you actually control it.
<remiliascarlet>
Except in browsers, when typing "192.168.0.1" to log into your router, and your browser autocompletes it to something like "192.168.0.10:8080", that sucks.
<farkuhar>
remiliascarlet: what is your idea of "properly configured" auto indentation? Out of sheer laziness I've been sticking with the neovim defaults, but when hacking on a mature codebase that only uses spaces (not tabs) I find it frustrating that the editor does not intelligently mimic the existing style.
<farkuhar>
I'm aware of expand(1) from coreutils, but if there's a way to endow neovim with some awareness of the style in the current document, I'd prefer that solution.
<remiliascarlet>
farkuhar: I mean things like you configured indentation to 2 spaces (like any reasonable developer would), you do curly breaket (or as ThePrimagen would call it, "strangle me daddy") open, hit enter, and it indents by 2 more spaces.