|
|
|
|
|
by musicmatze
1523 days ago
|
|
> Doesn't anyone else find it annoying and distracting to have your IDE or editor constantly throwing "suggestions" at you? I see where this is coming from. That's why I do not let neovim hit me with completions all the time, but only when I request them. Most of the time, I can work with the (neo)vim builtins, like "complete word" or "complete line" and do not even use the language-server provided semantic autocompletion. But when I need to, it is only two keystrokes away. |
|