Dax89 / automaton.nvim

VSCode-Like Workspace Configuration Manager
MIT License
36 stars 3 forks source link

Add basic command completion #1

Closed judaew closed 1 year ago

judaew commented 1 year ago

Thank you for this awesome plugin. This PR adds cmdline completion for basic sub-commands:

Screenshot 2023-03-05 at 00 19 18

In the future, you can improve this function and add argument parsing for sub-commands. For example, see telescope@plugin/telescope.lua#L108-L143.

Dax89 commented 1 year ago

Thank you!