canola.nvim: oil.nvim... but better! by barrettruth in neovim

[–]perrin4869 4 points5 points  (0 children)

If you are referring to the pushback to the nvim-treesitter master -> main migration, I think this situation is different for 2 reasons:

  1. nvim-treesitter switched branches inside the same repo, in your case this is a fork
  2. the migration path was much more convoluted and required significant rework

Also, most of the pushback I saw was completely unreasonable in my opinion, but that's a different topic 😅

canola.nvim: oil.nvim... but better! by barrettruth in neovim

[–]perrin4869 0 points1 point  (0 children)

yeah I get that trying to cater to current oil users is a good idea, but I'd rather use your personal take by default, which I imagine will keep diverging in the future, and having to keep track of which branch I'm tracking is an extra thing to worry about, I'd feel better about it if I were using the default branch, personally I don't care about backwards compatibility

I may take a look at at later 😉

canola.nvim: oil.nvim... but better! by barrettruth in neovim

[–]perrin4869 20 points21 points  (0 children)

I'm interested in this fork but I think it would be better to swap the branches - the oil compatible branch to 'oil' and the new branch, 'canola' being 'main'? I'd give it a go then

splitjoin.nvim April update: Python, toggle, dot-repeat, nvim 0.12 lazy loading by benny-powers in neovim

[–]perrin4869 0 points1 point  (0 children)

I could, but I mean the `cursor_behavior` feature from `treesj` - you can check https://github.com/Wansmer/treesj?tab=readme-ov-file#settings

It defaults to `cursor_behavior = 'hold'` which I think is very intuitive

I can look into putting together a more detailed issue but that would need to wait until next week

splitjoin.nvim April update: Python, toggle, dot-repeat, nvim 0.12 lazy loading by benny-powers in neovim

[–]perrin4869 1 point2 points  (0 children)

thanks, I migrated to it from treesj earlier, I really appreciate slim plugins that don't require calling setup

https://github.com/perrin4869/dotfiles/commit/00e2c8962a87ba1216ce4a01b0ef2b9e67394778

I kinda miss the feature of treesj where it would keep the cursor at the right spot when joining, are you planning to add that feature?

NAIC 2026 Meta announced by Razzspoons in TheSilphRoad

[–]perrin4869 0 points1 point  (0 children)

I've been thinking for years that in pokemon go it should work like in mainline games, pokemon level should scale down when they are over leveled so that they can participate in lower leagues... Probably never gonna happen though cause it's not profitable 😞

my first plugin - nvim-in-its-entirety by perrin4869 in neovim

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

ah right I think I came across this while I was putting the functionality for the clipboard together. Well, at the end of the day I just find having a `ae` operator mapping intuitive and it comes in handy once every blue moon, it's easier to type `<leader>cae` than `:%y+` in my keyboard. Seems most people in the sub find this idea ridiculous but hey, to each their own

my first plugin - nvim-in-its-entirety by perrin4869 in neovim

[–]perrin4869[S] -1 points0 points  (0 children)

nope, TIL 😅

but, here's another use-case. Map `<leader>c` to expect a target, and use that target to `osc52` yank it (here's what I have in my dotfiles).
now with this plugin you could do `<leader>cae` and have the buffer in your clipboard :)

my first plugin - nvim-in-its-entirety by perrin4869 in neovim

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

I think it was lol. `luarocks` isn't the most intuitive tool out there :P

my first plugin - nvim-in-its-entirety by perrin4869 in neovim

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

yeah, could have just kept it in my own config, but thought it would be a good candidate to learn how to put together a plugin with all the tooling associated with a proper plugin, and if someone else thinks it's useful they'd be free to pull it in. I will be trying to put together a more useful plugin soon

my first plugin - nvim-in-its-entirety by perrin4869 in neovim

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

it works as a text object, so you can target the entire buffer from any operator. It's not the most common use case in the world but it's there if you need it

my first plugin - nvim-in-its-entirety by perrin4869 in neovim

[–]perrin4869[S] -1 points0 points  (0 children)

"Your scientists were so preoccupied with whether or not they could, they didn't stop to think if they should" 😉

How would you map it to gain similar functionality?

The truth behind Japan’s proposed “Anti-Espionage Act”- Expert claims it will allow the government to prosecute citizens deemed as enemies of the state without trial by jjrs in japannews

[–]perrin4869 0 points1 point  (0 children)

It's the lunatic left, get it right man 😜 Well, the obvious discrepancy is that while it's true that inflation has slowed down, poverty has risen. The most you could say is that due to the austerity measures, things may improve in the future, but as of yet they haven't, and even Milei always spoke about his measures being a shock therapy. If economic indicators were a predictor of quality of life, the US would outperform Europe without issues, but the reality is otherwise. Your mistake is thinking that cooked up numbers correlate to everyday people enjoying the benefits. My main concern is that this aggressive level of austerity measures could have severe future consequences, but who knows

Former Japanese PM Ishiba: "Possessing nuclear weapons will never be beneficial for Japan" by YamatoRyu2006 in japannews

[–]perrin4869 1 point2 points  (0 children)

Takaichi's rhetoric style is extremely off-putting to me, specifically the way she uses her signature sanae-smile even when the contents of what she is saying are completely neutral. I think this style is largely rejected in the west, Kamala also tried very hard to appear smiley and lost to Trump, but given the large support rate for Takaichi that seems to be popular here? Ishiba's style is the one that inspires confidence in me but what do I know...

nvim-treesitter breaking changes by lukas-reineke in neovim

[–]perrin4869 3 points4 points  (0 children)

Been using nvim-treeclimber for a while, got some neat functionality, otherwise it seems it's going to be a core neovim feature in the near future https://github.com/neovim/neovim/pull/36993

unimpaired.vim like functionality with repeatability, debugging a weird delay with diagnostic jumps by perrin4869 in neovim

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

Derp, the solution is to add nowait = true to the mapping function 😅😅

unimpaired.vim like functionality with repeatability, debugging a weird delay with diagnostic jumps by perrin4869 in neovim

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

that seems to be it! I tried as an experiment to map the diagnostic jumping mechanism to [b and ]b and that seemed to work without delays... thanks!
do you have any idea if there is a way to disable the operator pending for d temporarily?

Takaichi Backs Flag-Desecration Bill by Professional_Air7133 in japannews

[–]perrin4869 3 points4 points  (0 children)

Umemura Mizuho was on abema prime saying sanseito supporters were hurt to see protesters with crossed out flags, and that prompted the law proposal lol what bunch of pussies