nerveux.nvim icon indicating copy to clipboard operation
nerveux.nvim copied to clipboard

A neovim plugin written in lua to interact with the neuron Zettelkasten software.

Results 2 nerveux.nvim issues
Sort by recently updated
recently updated
newest added

When trying to follow a link `[[xyz|that looks like this]]`, it says "There is no link under the cursor". Seems to be caused by `local word = vim.fn.expand("")`, calling `:echo...

bug

When writing `[[xyz|foo]]`, I'd expect it to show `foo` instead of the zettel title.

enhancement