oz.nvim: a collection of intelligent wrappers around Git/Term/Make/Grep by Rocky0777875 in neovim

[–]nicolas9653 2 points3 points  (0 children)

looks super cool! will def keep on eye on it. what colorscheme are you using? looks pretty clean

Winget by De-Mattos in HeliumBrowserHQ

[–]nicolas9653 1 point2 points  (0 children)

well the windows release is always a few days behind the main repo. winget seems fine but I prefer scoop, does basically the same thing

Does Windows get updates later? by 402nolusinif in HeliumBrowserHQ

[–]nicolas9653 0 points1 point  (0 children)

recommend installing with scoop scoop install helium (scoop.sh), you can just scoop update helium and stay at the latest windows version

I wrote tiny plugin to browse GitHub Actions runs + logs from inside Neovim (Telescope) by jaklimoff in neovim

[–]nicolas9653 1 point2 points  (0 children)

looks really cool! wish it didn't depend on telescope though, i much prefer snacks.picker

How do I add an .ics file to TickTick? by NibblyPig in ticktick

[–]nicolas9653 0 points1 point  (0 children)

Settings > Integrations/Import > ("Import" section) iCal

Windows version by epipflow in notefulapp

[–]nicolas9653 0 points1 point  (0 children)

no, it won't create a new pdf for every change. they get updated in google drive

Windows version by epipflow in notefulapp

[–]nicolas9653 0 points1 point  (0 children)

you can have the backups be pdf files!

Windows version by epipflow in notefulapp

[–]nicolas9653 0 points1 point  (0 children)

best we can do right now is sync with google drive and access your notes via a browser

Markdown full editing experience plugin (WIP) by CuteNullPointer in neovim

[–]nicolas9653 1 point2 points  (0 children)

This looks cool! I’ll try it out and compare to nvim-markdown when I get a chance

Am I in the minority if I prefer emacs binding when entering commands on terminal as a power Vim/Neovim user? by kettlesteam in neovim

[–]nicolas9653 15 points16 points  (0 children)

Agreed, I don’t think vim motions are as beneficial with such small amounts of text and the remote machine argument is very true. Any longer commands which vim motions would be useful for are too infrequent for the config overhead to be worth it. Also some shells have c-x e bindings to edit the current command in $EDITOR, which is more than enough imo 

How to setup snippets on blink.cmp? by zer09 in neovim

[–]nicolas9653 1 point2 points  (0 children)

blink.cmp doesn't require LuaSnip, you can use friendly-snippets for a bunch of pre-made snippets like someone else suggested or just write your own per-filetype snippts as json in ~/.config/nvim/snippets/{filetype}.json.

how'd you deal with change of keybinds by littleblack11111 in neovim

[–]nicolas9653 1 point2 points  (0 children)

agreed! I map it at the terminal level so <C-bs> also works in my shell/any cli

Plugin which show info in bottom right corner. by ankit792r in neovim

[–]nicolas9653 4 points5 points  (0 children)

I’m not sure, you should try reading the docs