fix(neovim): cast cmd in getnixpath

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-02-16 20:10:37 -03:00
parent c57525cb7e
commit d00e978fd4
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -40,7 +40,7 @@ vim.fn.getnixpath = function(packagename, packageoutput)
or string.format("lib.getLib %s", packagename) or string.format("lib.getLib %s", packagename)
), ),
{} {}
), ) --[[@as vim.api.keyset.cmd]],
{ {
output = true, output = true,
} }