mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-06 17:31:22 +00:00
Problem: Command completion doesn't work if the command name isn't written in full Solution: Use vim.startswith to check if the command is a prefix of 'Lazy' Fixes #1758 |
||
|---|---|---|
| .. | ||
| colors.lua | ||
| commands.lua | ||
| config.lua | ||
| diff.lua | ||
| float.lua | ||
| init.lua | ||
| render.lua | ||
| sections.lua | ||
| text.lua | ||