emacs-ycmd
emacs-ycmd copied to clipboard
Tip from reddit
That's nice, I wrote some simple backend myself too. Just one tip: the remove-if-not + string-prefix-p combo can be replaced with the built-in function all-completions. For example: (all-completions arg sample-completions)