Overloader

Results 22 comments of Overloader

> Thanks for the suggestion. > > Just to clearly understand what you'd like to achieve. While stage N is still burning, you'd want to hit spacebar a few seconds...

> Unfortunately I don't know much about zellij but perhaps it is sufficient with `settings`? For example, the (admittedly ugly) > > ```nix > programs.zellij.settings = { > keybinds =...

The only thing still missing are some packages. I couldn't find packages for all supported formatters, in part because some seem to be old and unmaintained

I forgot to run tests etc

> Please ensure you are on the most recent version of oil and provide a minimal init.lua file, such as provided in the bug report template. Ensure that the error...

Oh I just realized that the repro.lua in the template also has stuff to change paths etc. still with the exact template from the bug report ( ```lua -- save...

when installing oil like this ``` package = pkgs.vimUtils.buildVimPlugin { pname = "oil.nvim"; version = "2023-11-16"; src = pkgs.fetchFromGitHub { owner = "stevearc"; repo = "oil.nvim"; rev = "3151d9dd616ea33fa219dd4b198f01c49d8f76c3"; sha256...

Of course but then it would be separated from the workspace definition. I think having the workspace path as well as the remote url in the definition makes the connection...

I use this script to toggle the keyboard on/off with a swipe gesture ```bash kill -s 34 $(ps -C wvkbd-mobintl | grep wvkbd | awk '{print $1 }') ```

Can `@document.meta` tags appear anywhere in the document or only at the beginning? If the former, in this case: ``` @document.meta title: sometitle @end Imagine some paragraphs here @document.meta title:...