Julian Hauser

Results 229 comments of Julian Hauser

Yeah, for me it happens even with just an empty "require("neorg").setup()"

I'm closing this for now as I have now come across an instance of the issue with neorg disabled. It does happen more often with neorg enabled, but I think...

Hey @vhyrro! Would that solve #500 ? That would be nice :) My only worry is that it would slow down neovim startup time. Would that be the case? I'm...

If the slowdowns are minor, then I think the advantages really speak for removing lazy-loading! :)

Ok, thanks! I totally understand, I will probably just implement some escaping in my plugin. I'll have a look at the parser if I get to it and maybe submit...

I have the same problem on Arch Linux (with sway). Also on a relatively fast system (Intel i7-1065G7).

This works now! :partying_face:

@alejandrogallo I've just tried tried to run the above command, but it doesn't seem to exist (in master). ``` ❯ papis read olson_test_export.bib import --all -o Papis_test ERROR:multicommand:did you mean...

Thanks, it works now (and has no issues dealing with multiple attached files)!

Another way of getting path completion is by defining your own zsh functions. In my `.zshrc`, I have for example: La() { papis add "$1"} Laf() { papis add --no-open...