Kilian Mio

Results 84 comments of Kilian Mio

Using NixOS on BTRFS and never had this issue. Check out my dotfiles for an example.

bumping this issue. it happens sometimes to me too

Ok so a general solution for this has been to ensure that sound is properly set up before wayabr start in systemd. For this I made a target as such:...

`:lua vim.fn.jobstart("cat assets/neovim.cat",{on_stdout = function(_,data) print(table.concat(data, "\n")) end,})` with this, you can simulate how the command get's executed, and you will see that this seems to work. What doesn't seem...

Good observation. Could you also try `stdout_buffered = true` that may also solve it without implicating commands that need a pty. It is a bit inconvenient to try it out...

I should have phrased myself better. It is a parameter of `vim.fn.jobstart()`

Hold up I will send you something. ```lua require("lz.n").load({ { "snacks.nvim", after = function() require("snacks").setup({ bigfile = { enabled = true }, dashboard = { sections = { { section...

@codebam Is it possible for you to acquire some kind of logs? Do you see something if you press escape when you're stuck on the loading screen? I just checked...

Can you reproduce the error and then in a working environment run `journalctl -b -1 --user > log.txt` and send the file? I could take a look