Kristian Sørdal

Results 4 comments of Kristian Sørdal

Oh, and for anyone familiar with i3wm, this was achived with the following: ``` for_window [class=Alacritty instance="__text_scratchpad"] floating enable move right 50px move down 600px resize set 705 260 bindsym...

Thanks! This works great, how can I right align the data part of the bar?

> The triggers in luasnip are lua patterns not regexes, so the only way to avoid the expansion is to use a `condition` and check the captures by hand. This...

> I think the best way to fix this is allowing vim-regex as well, although they might be a bit, so `condition` is your best bet now. > > Take...