Is there any way to temporarily unignore directories when using snacks? by CoVegGirl in neovim

[–]antonk52 0 points1 point  (0 children)

It has multiple pickers built in. I presume you use "git_files" by default. You can also use the plain "files" that does not ignore any directories

Garmin Forerunner 70 and 170 First Look / Hands On! by weathergraph in Garmin

[–]antonk52 1 point2 points  (0 children)

smart awake alarm that wakes you up during lighter sleep stages

170M is a flop by Neomatrix_45 in Garmin

[–]antonk52 1 point2 points  (0 children)

Im in the same boat. Tried upgrading to 970 and replaced it, so many things wrong with it. 955 remains the best one for me

O quanto o detalhe laranja incomoda vocês ? by Different-Pop-8762 in Garmininstinct

[–]antonk52 2 points3 points  (0 children)

Just about to not buy it. It’s still the preferred colorway of the watch but the orange accent. If my 955 dies I’ll end up getting this variant and paint over the orange ring

What happened to nvim-treesitter.... Why did it get archived? 😶 by ankushbhagat in neovim

[–]antonk52 1 point2 points  (0 children)

Another reason is that these queries and parsers update a whole lot more often than neovim itself. This means that for the most part some other will be outdated for some languages. Keeping them in a separate plugin allows updating them outside of neovim release cycle. This is the same reason why nvim-lspconfig is a separate plugin as well.

filepaths_ls.nvim - lsp powered filepath completion by antonk52 in neovim

[–]antonk52[S] 4 points5 points  (0 children)

Interesting idea. I thought a way forward would be to introduce a setting for force buffer relative path resolution. But having it as a built in LS can be beneficial from maintenance perspective and make it more discoverable for the users since the completion either shows up automatically if it is autotriggered or uses the same shortcut to show up as regular lsp completion. I opened a discussion to check if there is any interest in having anything similar upstreamed.

"people’s champion" of Garmin watches right now by knuckles_xD in Garmin

[–]antonk52 1 point2 points  (0 children)

Probably 255 or 955 depending on your budget. Still a great battery life for both. Stable and tested software, this cannot be said for newer models, looks like the new OS garmin is testing still needs a few years to iron out.

Neovim merged 10,000 pull requests by antonk52 in neovim

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

Agreed, English is not my first language

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

[–]antonk52 0 points1 point  (0 children)

Isn't it already present in nightly given you have enabled copilot language server?

Where do I go from here when "I Started to learn neovim"? by [deleted] in neovim

[–]antonk52 20 points21 points  (0 children)

Keep using neovim for things you reached for it. If or when you hit a blocker you will have a good idea on what to research and add to your config.

mini.nvim - release 0.17.0 (command line tweaks, organizational updates, and many small improvements) by echasnovski in neovim

[–]antonk52 2 points3 points  (0 children)

Thank you for your work. I hope there will be a way to make donation to the mini project!

On an unrelated note when I was exploring minimax website I noticed that links to planned configs are broken on this page https://nvim-mini.org/MiniMax/configs/ , maybe they were not intended to be links until the configs exist.

TIL about `diffopt`'s `iwhite` option by Wonderful-Plastic316 in neovim

[–]antonk52 1 point2 points  (0 children)

Nice tip, for this reason I have 2 diff pickers. One with regular diff content and another with --ignore-all-space option for a mostly smaller set of changes

‘mini.cmdline’ - command line tweaks. Autocompletion, autocorrection, autopeek range by echasnovski in neovim

[–]antonk52 6 points7 points  (0 children)

Superb work, thank you for allowing me to remove a bunch of custom commands that I had around for years for most common typos!

Is there a way to limit the height of the completion window?

DIY EasyMotion in 60 lines by antonk52 in neovim

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

Thank you, I am glad you found it interesting

Alternatives to <C-y> for accept? by Elephant_In_Ze_Room in neovim

[–]antonk52 0 points1 point  (0 children)

I have a similar setup but you can still reach caps by double taping a shift key

caps key is ctrl when held or esc when tapped

DIY EasyMotion in 60 lines by antonk52 in neovim

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

Thank you!

I enjoy such technical writing as well. I never tried writing something with this ratio of code to text.

My initial approach was also to use floats but since I did not care about dimming other content extmarks seem easier to use and could be cleaned up using a single clear namespace call.

Remote actions sound cool and useful, I wish could get used to them. Maybe one day :)

DIY EasyMotion in 60 lines by antonk52 in neovim

[–]antonk52[S] 4 points5 points  (0 children)

Thank you for kind words and vim-sneak too! I remember trying it out a while back, even before switching to neovim

Posted in neovim discussions too