Tab Completion API #70
TorchedSammy
started this conversation in
Ideas
Replies: 1 comment
-
decision: hilbish will by itself complete commands, and if a completer isnt made for it then hilbish will just complete files complete('command.git', function()
return {
'add'
commit = {'-m', '--amend'},
...
}
end) nested tables are for how deep you want the completions to be and the special |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hilbish tab completion is pretty meh right now. it only tab completes files and does it very stupidly (filenames with spaces wont work) so here is a place for anyone to propose ideas for a lua tab completion api to extend and customize completions for hilbish
Beta Was this translation helpful? Give feedback.
All reactions