[-] cd_slash_rmrf@programming.dev 5 points 2 months ago

sadly no; position of hint is determined by the LSP server.

you could use this plugin (now archived) which was the way many people used hints pre-0.10:

https://github.com/lvimuser/lsp-inlayhints.nvim

[-] cd_slash_rmrf@programming.dev 14 points 5 months ago* (last edited 5 months ago)

this article suggests shell allowed, but git also has a built-in feature for aliases itself. I prefer these as it allows you to keep using the git command normally (more consistent when you tend to use history search/auto-suggestions heavily).

running git config --global alias.st status, for example, will allow you to run git st as an alias for typing out the full git status (you can also manually add aliases to your ~/.gitconfig).

27

Hey all, if you use it looks like rust-tools.nvim has been archived.

They recommend rustaceanvim which has a migration guide here.

[-] cd_slash_rmrf@programming.dev 16 points 7 months ago* (last edited 7 months ago)

It definitely would be. Next time someone posts a kernel written in Perl I hope they specify that.

[-] cd_slash_rmrf@programming.dev 5 points 9 months ago

another way to start is to only do small configurations at first. as you code maybe you realize you want a tool that shows git diffs, install a plug-in that does that. over time, you gradually build your config. maybe you want to start using leader for custom key maps. a couple days later maybe you think you want a file picker so you add telescope. this 100% will take longer, but you'll intimately understand why every line in your config is there.

[-] cd_slash_rmrf@programming.dev 3 points 10 months ago

I dunno, I think weekend X is pretty clear in the context of movie releases (and really, so is the idea of a cumulative total on the right)

[-] cd_slash_rmrf@programming.dev 8 points 10 months ago

Short, simple, informative, and helpful. 10/10

[-] cd_slash_rmrf@programming.dev 4 points 11 months ago

neat write up, I've also run into some of the errors that ruff throws (eg don't use f strings in logging) but didn't really know why.

thought it was cool the author said feel free to implement in ruff in the foot notes

[-] cd_slash_rmrf@programming.dev 12 points 1 year ago

https://www.chezmoi.io/ if you've got some complexity with your setup. otherwise, could be overkill.

[-] cd_slash_rmrf@programming.dev 5 points 1 year ago

this one's a vibe

[-] cd_slash_rmrf@programming.dev 10 points 1 year ago

helpful video, just learning rust so I'm not as familiar with Arc yet. also, really glad to see other creators using manim (the data viz library by 3blue1brown), it makes good looking animations.

view more: next ›

cd_slash_rmrf

joined 1 year ago