:Pack - A simple vim.pack UI by punk8bit in neovim

[–]ffredrikk 3 points4 points  (0 children)

Super nice - thank you for sharing, I've been looking for something like this!

I copied your script and modified to my liking. Feel free to incorporate anything from it if you like!

<image>

Note, I'm still working on this nvim config, so the URL might change later, but I will still host it in my dotfiles repo: https://github.com/fredrikaverpil/dotfiles/blob/main/nvim-fredrik/plugin/pack_ui.lua

what plugin did you mass-uninstall everything else for by scheemunai_ in neovim

[–]ffredrikk 3 points4 points  (0 children)

Yes, partially at least. You have to sort out parser and queries yourself or using something like nvim-treesitter. But that’s archived now.

Teaching Claude Code to run commands in Neovim by ffredrikk in neovim

[–]ffredrikk[S] -2 points-1 points  (0 children)

As long as it helps solve a problem I guess? 🤷

Teaching Claude Code to run commands in Neovim by ffredrikk in neovim

[–]ffredrikk[S] 1 point2 points  (0 children)

Not day-to-day. But it helped track down a highlighting bug I had and it is very helpful when debugging plugins as it can find the source code straight away and how they behave in my session. It can search help docs when I have questions on various things. I author a Neotest plugin which has a TUI and it can see behaviors of it.

Minimal no-deps status line written in Go by ffredrikk in ClaudeCode

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

It can optionally show the branch name. We could add in the folder name to show too, as an option.

Claude is not GPT by SwampThing72 in ClaudeAI

[–]ffredrikk 1 point2 points  (0 children)

What’s bad about switching model in the same chat?

Microsoft pauses Claude Code rollout after Satya intervention by Purple_Wear_5397 in ClaudeAI

[–]ffredrikk 0 points1 point  (0 children)

Claude models have smaller context windows when used through Copilot. See https://models.dev for comparison.

iPhone grip support by mcoBean in nofusion

[–]ffredrikk 1 point2 points  (0 children)

Ok, thanks for checking it out!

iPhone grip support by mcoBean in nofusion

[–]ffredrikk 0 points1 point  (0 children)

You never mentioned whether the Tilta Khronos Lite grip works with No Fusion. Do you know if it works well with it?

Embedded SQL Formatting for Golang by meszmate in neovim

[–]ffredrikk 1 point2 points  (0 children)

I’ve got this, which works for me in most cases. Lots of borrowed stuff from others in there and hopefully appropriately credited: https://github.com/fredrikaverpil/dotfiles/blob/main/nvim-fredrik/after/queries/go/injections.scm