#neovim — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #neovim, aggregated by home.social.
-
Moving from Windows, .NET, and Visual Studio to Linux, Python, and Neovim
https://michaelscodingspot.com/windows-dotnet-to-linux-python-neovim/
#python #linux #neovim #ide #dotnet #windowsdev #visualstudio #programming
-
Moving from Windows, .NET, and Visual Studio to Linux, Python, and Neovim
https://michaelscodingspot.com/windows-dotnet-to-linux-python-neovim/
#python #linux #neovim #ide #dotnet #windowsdev #visualstudio #programming
-
Moving from Windows, .NET, and Visual Studio to Linux, Python, and Neovim
https://michaelscodingspot.com/windows-dotnet-to-linux-python-neovim/
#python #linux #neovim #ide #dotnet #windowsdev #visualstudio #programming
-
Moving from Windows, .NET, and Visual Studio to Linux, Python, and Neovim
https://michaelscodingspot.com/windows-dotnet-to-linux-python-neovim/
#python #linux #neovim #ide #dotnet #windowsdev #visualstudio #programming
-
Moving from Windows, .NET, and Visual Studio to Linux, Python, and Neovim
https://michaelscodingspot.com/windows-dotnet-to-linux-python-neovim/
#python #linux #neovim #ide #dotnet #windowsdev #visualstudio #programming
-
How to use multiple Cursors, merged into Neovim nightly, scheduled for release in Neovim 0.13 #Neovim https://blog.olimorris.com/2026/09/02/multiple-cursors-in-neovim-0.13/
-
Finally got around to setting up #neovim to render man pages. It’s trivial to get the default going, but if you’ve got the keyboard shortcuts for less burned into your mind and demand a non-cluttered view, some tweaks are required. I've captured my configs. Tested in #FreeBSD, #AlpineLinux, #macOS, and #Debian.
-
Finally got around to setting up #neovim to render man pages. It’s trivial to get the default going, but if you’ve got the keyboard shortcuts for less burned into your mind and demand a non-cluttered view, some tweaks are required. I've captured my configs. Tested in #FreeBSD, #AlpineLinux, #macOS, and #Debian.
-
#neovim Development News
The 0.12 version updates `:delmarks` command to trigger the `MarkSet` event (with `line` and `col` set to 0).
PR:
- github.com/neovim/neovi...
feat(events): trigger MarkSet ... -
Note to self: Do NOT allow LazyVim to install a shitload of breaking changes when the kids have school tomorrow, even if you're not really intending to work tonight.
-
What a world we live in! I noticed a post by @bremner linking to neovim fighting against removing a DHH quote. Given that DHH actively associates himself with white supremacy and ethnic cleansing, choosing to associate your project with him is quite a choice.
Well. Reading to the end of the thread, the maintainer decided to go out with a bang. I'm not sure this is any better a look than fighting for the DHH quote in the first place, but here we are.
Here's the link to the issue:
https://github.com/neovim/neovim.github.io/issues/501
Here's the patch that was finally accepted:
https://github.com/neovim/neovim.github.io/pull/504
And here's a link to something to use instead of Neovim:
-
Lost in a large codebase? 🔎
I built tgrep.nvim to bring Microsoft’s tgrep search into Neovim, with the fff-plus picker.
• Search as you type
• Preview matches before opening
• Jump into splits or tabs
• Send matches to quickfix
• Use an index, with filesystem fallbackTry :Tgrep in your project. I’d love to hear what would make it fit your workflow.
github.com/vinitkumar/tgrep.nvim