clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

better defaults

sspaeti 7b02a50f f67474be

+2 -2
+2 -2
nvim/.config/nvim/lua/sspaeti/plugins/aerial.lua
··· 8 8 config = function() 9 9 require('aerial').setup({ 10 10 layout = { 11 - max_width = 30, 12 - width = 25, 11 + max_width = 50, 12 + width = 30, 13 13 min_width = 20, 14 14 default_direction = "right", 15 15 },