champignoom

Results 35 comments of champignoom

I don't understand how https://github.com/nvim-neorg/neorg/commit/fd6d0bf99b64e761b0f028f2673bfdd41becfb92 got merged.

I might have encountered a problem of code blocks but I can't reproduce nor remember it anymore, so yes, it's mergeable.

I re-encountered the problem: ```norg @code rust #[a=" "] @end ``` The line `"]` has negative indentation relative to the code block.

Could you try the [sample init.lua](https://github.com/nvim-neorg/neorg/blob/baaf13a3145534144b795ad37db22bfffd2ad343/README.md?plain=1#L91-L144)?

For debugging purpose. If the sample init.lua works, the problem is in the config. If not, the problem is elsewhere.

> Are we sure doing calculations like these aren't performance intensive? No, it calculates and memoizes the format string only once. > Also if you could fix the conflict please...

I lose track of buffers as well, not just in neorg but vim in general, so my solution was to customized the hop module so that `` opens links in...

What's the result of `:TSInstallInfo`?

Maybe we could make the keybind config declarative. So [the example on the wiki](https://github.com/nvim-neorg/neorg/wiki/User-Keybinds#setting-up-a-keybind-hook) ```lua ["core.keybinds"] = { config = { hook = function(keybinds) -- Unmaps any Neorg key from...

@vhyrro you need to use the buffer argument for unmap as well: `:unmap ` tested with NVIM v0.10.0-dev-1013+gbc43575c5