skywind3000 / skywind3000/vim-quickui

Error detected when processing /home/user/.config/nvim/init.vim:

Open
#53 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Vim Script
Stars
1.2k
Forks
41
PR merge metrics
No merged PRs in 30d

Description

Error when using set this line in init.vim

call quickui#menu#install(section, items [, weight [, filetypes]])

when starting vim the following errors appear

Error detected when processing /home/user/.config/nvim/init.vim:
line 36:
E121: Undefined variable: section
E116: Invalid arguments for the quickui#menu#install function
Press ENTER or type a command to continue

I am not using any plugin. The quickUI folder is at home / .config / nvim / pack / plugins / vim-quickui

I'm using Ubuntu 30.04.2 LTS

I found the plugin very good, but I couldn't use it, if anyone has any tips on how to solve it. I thank.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with /home/user/.config/nvim/init.vim at line 36 and reproduce the startup errors around the quickui#menu#install call. Read the plugin's setup and usage entry points to determine why section is undefined; done means Neovim starts without the reported E121 and E116 errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
vim
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.