skywind3000 / skywind3000/vim-quickui
Docs: provide lua examples for heretics like myself.
Open
Nobody has claimed this yet.
- Dominant language
- Vim Script
- Stars
- 1.2k
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
Hey there fellow mouse user, glad to know I'm not the only heretic.
Since you mention this should work with Neovim 0.4+, how would we configure this in the context of using the lazy.nvim plugin manager?
{
'skywind3000/vim-quickui',
config = function ()
require('quickui').setup({}) -- ?????
end
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start from the existing Neovim 0.4+ configuration documentation and the Lua snippet in this issue. Document the equivalent lazy.nvim configuration and show enough usage for a reader to verify that vim-quickui loads correctly under lazy.nvim.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, neovim, vim
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100