Hashino
Hashino
**What steps will reproduce the bug?** 1. use bat on any file **What happens?** `bat` will always use the pager, regardless of file content. https://github.com/sharkdp/bat/assets/5542633/478940e8-dbfa-4dd9-bd6c-67cb608b4629 **What did you expect to...
``` -- Create the battery widget: local my_battery_widget = battery_widget{ screen = s, device_path = '/org/freedesktop/UPower/devices/battery_BAT0', widget_template = wibox.widget.textbox, instant_update = true } -- When UPower updates the battery status,...
simple plugin to show a neovim tutorial on screen at all times closes #1487
I've made a plugin specifically to be added to something like kickstart.nvim. It's called [tutorial.nvim](https://github.com/Hashino/tutorial.nvim). It keeps a floating buffer with the most (in my opinion) useful keymaps for absolute...