oberblastmeister / neuron.nvim

Make neovim the best note taking application
MIT License
396 stars 34 forks source link

opening index.md causes "attempt to index field 'result' (a nil value)" #32

Closed kierun closed 3 years ago

kierun commented 3 years ago

screenshot

This is just opening a test index.md file. Any other .md files open just fine.

NVIM v0.5.0
Build type: Debug
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/cc -DNVIM_TS_HAS_SET_MATCH_LIMIT -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=1 -I/home/yann/src/neovim/build/config -I/home/yann/src/neovim/src -I/home/yann/src/neovim/.deps/usr/include -I/usr/include -I/home/yann/src/neovim/build/src/nvim/auto -I/home/yann/src/neovim/build/include
Compiled by yann@nightwatch.neverness.org

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/home/yann/nvim/share/nvim"

Run :checkhealth for more info

Plugin installed via Plug:

commit 9c85f892f2f50a4e546950edd8fa41ac0d602549 (grafted, HEAD -> master, origin/master, origin/HEAD)

Is there anything else you need from me?

alias-dev commented 3 years ago

@kierun Switching to the 'unstable' branch fixed this for me. There's a note in the README:

Note: If you want to use this plugin with the latest neuron version please use the unstable branch

kierun commented 3 years ago

Switching to the 'unstable' branch fixed this for me. There's a note in the README:

Yes, that did the trick. Here is the configuration in case anyone needs it:

Plug 'oberblastmeister/neuron.nvim', { 'branch': 'unstable' }

Then, just run :PlugUpgrade in nvim as per usual.