-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Describe the bug
A clear and concise description of what the bug is.
After installing these two plugins, an error message popped up which prevented the plugin to work properly.
vim/_editor.lua:0: /Users/at8i/.config/nvim/init.lua..nvim_exec2() called at /Users/at8i/.config/nvim/init.lua:0../Users/at8i/.local/share/nvim/lazy/lh-brackets/plugin/bracketing.base.vim[196]..
function lh#mapping#plug[33]..
<SNR>20_callsite[1]..lh#exception#get_callstack[4]..lh#exception#decode[2]
..lh#exception#callstack[61]..lh#askvim#where_is_function_defined[13]..lh#askvim#execute, line 1: Vim(function):E123: Undefined function: 0
# stacktrace:
- vim/_editor.lua:0 _in_ **cmd**
- ~/.config/nvim/init.lua:19
And also when I press ", it prints out the following;
""<Plug>MarkersInsertMark
To Reproduce
Steps to reproduce the behavior:
- Go to your init file and install lh-brackets and lh-vim-lib
- Installing these two plugins using lazynvim plugin manger and setting lh-vim-lib as a dependency for lh-brackets
- Starting nvim with any file will cause the above error to pop out.
** Context (please complete the following information):**
- nvim v0.9.0
Reactions are currently unavailable