Earlier quoted context omitted.
Coc works with Neovim too if that's the logic.
I know, but previously, the inlay hints would be displayed at the end of the line in Neovim, making them near useless.
What's New in Neovim 0.10
91–100 of 134 posts
Re: What's New in Neovim 0.10
#92The ultimate proof that Neovim has a healthy team of contributors, is that they successfully agreed on a new default color scheme. I am now convinced they can succeed with anything.
Re: What's New in Neovim 0.10
#93Re: What's New in Neovim 0.10
#94Neovim is great and is my daily driver for a couple of years now. I was really looking forward to 0.10 because the roadmap said "multicursor", and that's the only thing that sometimes make me open Sublime Text, but it seems like it was more complex to implement than originally estimated and so it was now pushed to 0.12 ( https://neovim.io/roadmap/ ).
Re: What's New in Neovim 0.10
#95Re: What's New in Neovim 0.10
#96Am I the only one who doesn't like the new color scheme that much? It seems that it just plainly removes all the syntax highlighting more or less.
Re: What's New in Neovim 0.10
#97When I first started to learn how to program I was following along a basic tutorial by Jeffrey Way and his first sentence was "We're going to use vim." That tutorial, whose topic I can't even remember now, set me on a path for my professional career. During 2012-2015 there seemed to be way more competition in the editor space before VS Code gobbled the community mindshare. I remember starting my first professional jo…
> because he used emacs and wanted to argue with someone about emacs in the office That's weird to me as in more than 20+ years I don't think I've ever been around people arguing that in real life. It's always been more of a meme to me than anything real.
Re: What's New in Neovim 0.10
#98The ultimate proof that Neovim has a healthy team of contributors, is that they successfully agreed on a new default color scheme. I am now convinced they can succeed with anything.
Re: What's New in Neovim 0.10
#99Am I the only one who doesn't like the new color scheme that much? It seems that it just plainly removes all the syntax highlighting more or less.
see https://github.com/neovim/neovim/pull/26334 and the comments in highlight_group.c
Re: What's New in Neovim 0.10
#100Neovim is great and is my daily driver for a couple of years now. I was really looking forward to 0.10 because the roadmap said "multicursor", and that's the only thing that sometimes make me open Sublime Text, but it seems like it was more complex to implement than originally estimated and so it was now pushed to 0.12 ( https://neovim.io/roadmap/ ).
Noticed this also. Truly the only reason I still open up vscode. And repo find / replace. Otherwise Switched to nvim full time about 5 months ago, can do everything and more ha
Is a great find and replace plugin for your repo.
so is quick fix list + `:cdo s//gc | :cdo update`