vhyrro

Results 37 issues of vhyrro

### Discussed in https://github.com/nvim-neorg/neorg/discussions/999 Check that discussion out for all the info!

Would've been cooler if it were called the V8 engine but it's supposed to be the 3rd version of the parser so I can't just do that :p It's finally...

### Prerequisites - [X] I am using the latest stable release of Neovim - [X] I am using the latest version of the plugin ### Neovim Version 0.10.0 ### Neorg...

bug

# All the Edge Cases The specification isn't perfect, and as such this thread exists for any other parser writers to ask questions or note inconsistencies/ambiguities in the spec. cc...

Although it is disallowed for such syntax to be valid: ```norg { * My Link } ``` and ```norg [ my description ] ``` This syntax *is* allowed: ```norg {*...

If you're probably here you're either angry or you're sad :| The latest update, `8.0.0`, has been a breaking change for users. This isn't a breaking change just because I...

This PR serves two purposes: 1. Remove `core.maneouvre` (an already deprecated module in need of a rewrite) 2. Remove `nvim-treesitter` from the dependency list ### Why? `nvim-treesitter` will soon be...

The documentation generator performs pretty heavy analysis of modules when generating its wiki. Because of this, it assumes that the public configuration has not been altered (the types of data...

discussion

# Wiki Revamp If you have a keen eye, you'll notice that a lot of fluff has been removed from the README. This is to make the project less scary...

Throughout the codebase we use our in-house logger. This is great for most cases, although makes error handling pretty tricky (requiring us to return nil values or error values instead...