Hilbish/nature
TorchedSammy 2790982ad1
fix: no command completions if query/line is an alias
basically, i have a `c` alias which is `git commit`,
this would resolve to `git commit` literally to try
and complete `commit`, which wouldnt match.
this fixes that, and instead itll suggest commands
that start with `c`. if there is a space after and
completion is requested, itll use the alias properly
2022-04-24 00:06:19 -04:00
..
commands refactor: (re)organize and change prelude path and structure 2022-04-23 00:03:50 -04:00
completions.lua fix: no command completions if query/line is an alias 2022-04-24 00:06:19 -04:00
dirs.lua refactor: (re)organize and change prelude path and structure 2022-04-23 00:03:50 -04:00
hooks.lua refactor: (re)organize and change prelude path and structure 2022-04-23 00:03:50 -04:00
init.lua refactor: (re)organize and change prelude path and structure 2022-04-23 00:03:50 -04:00