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

Make neovim the best note taking application

Results 21 neuron.nvim issues
Sort by recently updated
recently updated
newest added

This should filter out the "fake" errors that neuron prints that are actually debug/info logs. I also re-enabled the error logging in the one place it had been disabled. I...

run the command in neovim :lua require 'neuron'.setup() return the error "neuron is not executable". But I had installed the neuron already and run command in bash "neuron -v" works.

Given the overall high quality of the plugin, its stability, and low activity in recent months, I wonder if it makes sense to move it to https://github.com/nvim-lua org? We'd benefit...

Something that is already implemented in https://github.com/pyrho/nerveux.nvim (see its README), would be great to upstream to `neuron.nvim`.

I am trying to get neuron working with neovim 0.7.0 using vim-plug 0.10.0. I've added the four plugins described in the setup for neuron to my init.vim file and done...

The Neuron page makes it clear that Emanote is the successor to Neuron, and that it is already almost at the 1.0 release stage. Will this project be migrating to...

Hello and thank you for this plugin! I am new here, I wanted to ask if it is possible to create a new note with a custom title instead of...

Upon running nnoremap `lua require'neuron/telescope'.find_zettels()`, the following "errors" are thrown up: ``` Error executing vim.schedule lua callback: .../site/pack/packer/start/neuron.nvim/lua/neuron/utils.lua:31: Vim(echoerr):An error occured from running neuron new: Plugins enabled: links , tags,...

Here, I have two(2) zettles: hello and reeee `hello` points to `reeee`. When I `gzb` (or find backlinks), I get the error below. `Error executing vim.schedule lua callback: ...scope.nvim/lua/telescope/finders/async_static_finder.lua:19: bad...