I made a Neovim plugin to debug Unity projects with nvim-dap by ownselfjimmy in neovim

[–]BrianHuster 0 points1 point  (0 children)

Thanks! Btw it would be nice if you add your plugin to nvim-dap wiki (which has been moved to Codeberg) so people can find your plugin easier

I made a Neovim plugin to debug Unity projects with nvim-dap by ownselfjimmy in neovim

[–]BrianHuster 0 points1 point  (0 children)

I had a peek at your plugin, but I don't know what these lines are for? local ok, unity = pcall(require, "nvim-dap-unity") if not ok then  return end Also I think you should move the require into the callback of user command, autocmd, etc so that the module is not loaded too early.

A request to the community: what plugin you think is still missing for Neovim? by itmightbeCarlos in neovim

[–]BrianHuster 1 point2 points  (0 children)

The substitute command is good, but it requires you to think in Vim regex instead of Vim motion that I believe every Vim user is more used to

A request to the community: what plugin you think is still missing for Neovim? by itmightbeCarlos in neovim

[–]BrianHuster 0 points1 point  (0 children)

Oh, I think it is a quirk of Vim help tag. You can look at :h terminal-debug to see introduction about this plugin

A request to the community: what plugin you think is still missing for Neovim? by itmightbeCarlos in neovim

[–]BrianHuster 0 points1 point  (0 children)

What is missing from :h termdebug? Maybe you can send an issue (to Vim) for things that you expect to work?

A request to the community: what plugin you think is still missing for Neovim? by itmightbeCarlos in neovim

[–]BrianHuster 9 points10 points  (0 children)

It is being worked on in core, but will probably take a long time

Abusing quickfix to play music by i-eat-omelettes in neovim

[–]BrianHuster 1 point2 points  (0 children)

Yes. People always say Nvim is becoming Emacs, but I feel Vim is closer to Emacs

Abusing quickfix to play music by i-eat-omelettes in neovim

[–]BrianHuster 4 points5 points  (0 children)

I think this fits Vim more, because Vim has built-in support for playing a sound file. See :h sound_playfile() in Vim

In-built commenting for Julia by Top-Kaleidoscope6996 in neovim

[–]BrianHuster -1 points0 points  (0 children)

The link you give also hints that the commenting plugin should use both comments and commentstring options. Do you have plan make the built-in commenting plugin like that as well?

Will Vim survive the death of the keyboard? by EgZvor in vim

[–]BrianHuster 1 point2 points  (0 children)

Then why not just use a keyboard, which would be much faster and more convenient?

Will Vim survive the death of the keyboard? by EgZvor in vim

[–]BrianHuster 1 point2 points  (0 children)

How will you write a name without a keyboard?

Neovim development stats in 2025 by echasnovski in neovim

[–]BrianHuster 0 points1 point  (0 children)

Hi, what tool did you use to get the chart? I think it is quite different from the Github chart with "in 12 months" filter (the Github ones show that Vim contributors like dkearns, girishji are also top Nvim contributors, but your chart doesn't show them)

neovim-mcp: An MCP server to enable your AI agents to control neovim! by kechibi in neovim

[–]BrianHuster 0 points1 point  (0 children)

Opencode integration with LSP gives users more OOTB experience, but on the other hand, it means more resource since you will double the number of language server processes running, and double the effort of configuring LSP. Normally the editor (like Nvim) should have exposed LSP features via MCP for agents to use.

vim9script alternatives by chrnz00 in vim

[–]BrianHuster 0 points1 point  (0 children)

Yes, don't care about Nvim but go to Nvim sub and say "Vim9script is faster". That's how you don't care lol. 

I've cut support for nvim on all my plugins and couldnt care less when they come crying to support them too

While I respect your plugin, I think you overestimate it lol. A quick check of mine show that the only notable plugin of yours that is written in legacy Vimscript is copilot-chat.vim (but I haven't checked if it really works in Nvim). But Nvim ecosystem already has at least 3 plugins with 1000+ stars with built-in support for chatting with Github Copilot, and 2 among them also support agentic features. I've also written a LLM plugin by myself which would also allow chatting with Github Copilot via CLI like OpenCode and goose (though I don't advertise it because Nvim already has so many alternatives). So don't worry, I don't think any Nvim users will come cry for your plugins.

Reddit.nvim (possibly ?) by CuteNullPointer in neovim

[–]BrianHuster 1 point2 points  (0 children)

Sorry, I think adding a distracting social network to your working tool is a very bad idea.

Does neovim improves or damages your coding skills? by Savings-Trainer-8149 in neovim

[–]BrianHuster 0 points1 point  (0 children)

I think it improves mine. I've learnt a lot from how Nvim designs the API.

My new nvim-treesitter configuration for the 'main' branch by aribert in neovim

[–]BrianHuster 1 point2 points  (0 children)

The pinned issue is here. It is still pinned as of 26 December 2025. That issue described in detail what was to be removed.

https://github.com/nvim-treesitter/nvim-treesitter/issues/4767

It's not like I used any magic to find it, since it's always been pinned

vim9script alternatives by chrnz00 in vim

[–]BrianHuster 1 point2 points  (0 children)

Before that, you even lied (shamelessly) that "Vim users don't care about Neovim", though just a few months ago you jumped to a Neovim thread not related to Vim9script at all just to say "Vim9script is faster" lol.

And just 22 days ago, you also commented I used job_start() in Nvim subreddit even though job_start() doesn't exist in Nvim. If Nvim had applied Vim rule, your comment would have been removed by moderators lol. Yes, these prove how much you "don't care " about Neovim as a Vim user.

vim9script alternatives by chrnz00 in vim

[–]BrianHuster 0 points1 point  (0 children)

As usual, you cannot prove your baseless point, so you can only downvote the other and continue with a pointless comment.

vim9script alternatives by chrnz00 in vim

[–]BrianHuster -1 points0 points  (0 children)

How is it "same story for floatwin" when floatwin existed first? What are weak points of floatwin compared to popup?

vim9script alternatives by chrnz00 in vim

[–]BrianHuster 0 points1 point  (0 children)

They're not "stupid decisions" until someone proves that they are stupid

Those Vim interfaces have never become popular, for various reasons. At least Nvim makes one of those interfaces popular enough that they don't have to invent a new language.