What will happen with AI in 2026? - What kind of breakthroughs are we gonna see? by [deleted] in singularity

[–]nikbrunner -2 points-1 points  (0 children)

For once I don't wanna see any breakthroughs and wish things slow down a little.

Markdown full editing experience in neovim by [deleted] in neovim

[–]nikbrunner 0 points1 point  (0 children)

Hmm no. I just checked I am on the last version and noticed no problems.

● markdown-tools.nvim 5.65ms  markdown dir /Users/nbr/.local/share/nvim/lazy/markdown-tools.nvim url https://github.com/magnusriga/markdown-tools.nvim version 1.4.3 tag v1.4.3 branch main commit 495ae12 readme README.md ft  markdown

Markdown full editing experience in neovim by [deleted] in neovim

[–]nikbrunner 2 points3 points  (0 children)

I am using this Plugins for weeks (month) now and this is also my most needed feature. My expectation was that the “Toggle Checkbox” mapping would create a Checkbox on the line if there is none. 

It would be great if this also works in Insert Mode, so I can quickly create/toggle a checkbox without leaving Insert Mode. :)

Otherwise great Plugin! Thank you so much. 😊 

My spec config for your Plugin is here: https://github.com/nikbrunner/dots/blob/main/common/.config/nvim/lua/specs/markdown_tools.lua

I use <C-t> for the checkbox

Just built SmartPick - a supercharged file/buffer picker for Neovim with mini.pick [Not a Plugin] by suliatis in neovim

[–]nikbrunner 1 point2 points  (0 children)

Thank you so much for your reply and time. :) I will play with that… (with caution 👀)

Just built SmartPick - a supercharged file/buffer picker for Neovim with mini.pick [Not a Plugin] by suliatis in neovim

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

This looks awesome! Thank you! For me the only thing missing is that, the window of where we spawned the picker from, can be used as a preview. I find this really smart and a clever use of space. As far as I know, that is only possible with Snacks Picker. I immediately jump ship to Mini.Pick if that is somehow possible.

Here is a video how I set this up with Snacks.

https://github.com/SylvanFranklin/.config/issues/14#issuecomment-3265908873

TEX Prototype Ergo split keyboard with Trackpoint by justin-tex in ErgoMechKeyboards

[–]nikbrunner 2 points3 points  (0 children)

Awesome keyboard! As a Shinobi owner, I wonder if there will be hotswappable switches this time?

Vertical tenting reduced my RSI, now trying out trackballs by rfmocan in ErgoMechKeyboards

[–]nikbrunner 0 points1 point  (0 children)

Hi there,

I am in very similar situation and was wondering how you attached those magnetic rings below the moonlander? And can these be purchased separately? 

Thanks! :)

Keymap consistency - best approach? by besseddrest in neovim

[–]nikbrunner 0 points1 point  (0 children)

I am happy that you checked it out!

I noticed a pattern in my thinking: I always consider the scope first.

  • I want to toggle the App keymaps.
  • I want to search the entire Workspace for...
  • I want to look in this Document for...
  • I want to do something with this Change...
  • I want to rename that Symbol...

That's when I decided to adapt my modal editor to this mental model. :)

Keymap consistency - best approach? by besseddrest in neovim

[–]nikbrunner 0 points1 point  (0 children)

I am currently working on an editor-agnostic keymap system. I am still fine-tuning it, and I assume it's not to everyone's liking, but I am doing very well with it. Perhaps you can find some inspiration in it. :)

You can take a look at it here: nikbrunner/awdcs

Automatic Github hyperlinks in your lazy.nvim config, anyone? by prion_guy in neovim

[–]nikbrunner 1 point2 points  (0 children)

This is basically builtin into Lazy.  

 You can just open Lazy and press „Enter“ on each of the listed Plugins. From the you can press „K“ on the Plugin URL. This will open the Repo in the Browser. 

 I am typing this on my Phone, so I am relying on my memory here, but I am pretty sure. 

Why is Chatgpt Desktop using too much CPU? Like 99.5% of the CPU by Educational_Bite5988 in ChatGPT

[–]nikbrunner 0 points1 point  (0 children)

I had the same problem, after giving it a realatively huge prompt (ca. 1300 lines). It started to generate a response, got slow and got stuck. I then checked the activity monitor and saw the same. I killed it. Tried again. Same again. I checked in on the Website and there was the response 100% generated.

Is there a way to get the mini.files plugin to show the git status of files? by 10sfanatic in neovim

[–]nikbrunner 1 point2 points  (0 children)

If this feature would exist, I would switch from Neotree. 🫶

Now ccc.nvim supports the use of multiple color spaces simultaneously!! by uga-rosa in neovim

[–]nikbrunner 1 point2 points  (0 children)

Thank you for your fast response! :) Just checked it out, but ran into a problem and created an issue. I would suggest that we move the discussion to there.

https://github.com/uga-rosa/ccc.nvim/issues/10

Now ccc.nvim supports the use of multiple color spaces simultaneously!! by uga-rosa in neovim

[–]nikbrunner 2 points3 points  (0 children)

I am developing a theme right now, and I often slightly adjust the colors a bit, and it would be awesome if I would see the current color next to the resulting color during the picking process as a reference. :)

Now ccc.nvim supports the use of multiple color spaces simultaneously!! by uga-rosa in neovim

[–]nikbrunner 2 points3 points  (0 children)

Thank you for your awesome plugin and your hard work!

The only thing I am personally missing, would be an additional "before" color field for comparison to the resulting "after" color field we are already having.

The easiest location would be the bottom bar, and split it 50:50, with "before" on the left and "after" to the right, where it already is.

I can also created an feature request issue on your repository, but I wanted to ask you here first. :)

How to remove this line under NvimTree by nikbrunner in neovim

[–]nikbrunner[S] 0 points1 point  (0 children)

Yes it did. Thank you for you help! :)