lazy.nvim/lua
Luna Saphie Mittelbach 76d9247f9f
fix(completion): check if command string is a prefix of Lazy
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
2024-09-27 15:04:35 +02:00
..
lazy fix(completion): check if command string is a prefix of Lazy 2024-09-27 15:04:35 +02:00