Home

Awesome

Stuff.nvim

Some little plugin-like files put together.

[!Warning]

Not much use, theres no config options, etc (just wanted to share the work)

Feel free to extract and make any of them useful.

Included modules:

Lazyn (50 loc) ❗Moved to nvim-market

Lazy installer. Searches from a base of nearly 3000 plugins. status: moved (ugly)

https://github.com/tamton-aquib/stuff.nvim/assets/77913442/d4f4063e-881d-4dea-b1d2-2b5b65ddd723

Calc (<150 loc)

calc

require("calc").setup()

Stalk (< 50 loc)

stalk

require("stalk").setup()

Scratch (< 50 loc)

scratch_stuff

require("scratch").setup()

Bt (bookmark toggle <50 loc)

bt

require("bt").setup()

Float (50 loc) ❗Moved to flirt.nvim

float

require("float").setup()

TmpClone (75 loc)

tmpclone

require("tmpclone").clone()

Player (<150 loc) ❗Moved to mpv.nvim

player

require("player").toggle_player()

Other dev files (not completed):

Inspiration