[-] cd_slash_rmrf@programming.dev 5 points 3 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 6 months ago* (last edited 6 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 8 months ago* (last edited 8 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 4 points 11 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 11 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 1 year ago

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

[-] cd_slash_rmrf@programming.dev 4 points 1 year 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 3 points 1 year ago

zsh has ctrl-r as well; this feature is specifically for beginning-of-match and some find it a bit more ergonomic.

[-] 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.

view more: next ›

cd_slash_rmrf

joined 1 year ago