vhyrro

Results 183 comments of vhyrro

It's quite weird that Neovim does not catch the mapping - logically it should also fall back to searching buffer-local ones in case it can't find the respective mapping in...

Awesome thanks, didn't know that was a thing, help pages are pretty weird for those commands :p

It does slow Neorg down a lot, which is exactly why a rewrite is due :D

Refactored a lot of the codebase for this - the issue was that a lot of modules were pulling in `core.neorgcmd` and `core.keybinds` as dependencies for themselves, therefore loading the...

This does sound like something that is possible with the macro system :thinking:. You could highlight some text, run `:Neorg encrypt` on it, provide a passphrase, and then it would...

I like the idea of specifying a remote! The actual pulling of the repository should be left to some other implementation however. Perhaps an external module?

Ah this is a known issue because of the V1 parser. I'm close to releasing the first release version of the V3 parser which should be much better overall :)

Hey! Neorg has plans to add all kinds of integrations, so ical is also up there on the list! I've been working super hard on `norgopolis` (the backbone for GTD...

Here ya go: https://github.com/nvim-neorg/tree-sitter-norg3

Since `0.10.0` Neorg is recognized as a native filetype, therefore any issues related to this should since be gone! :)