neovimhaskell / nvim-hs

Neovim API for Haskell plugins as well as the plugin provider
Other
267 stars 18 forks source link

Prefix rpc method names with the functionality type #83

Closed tek closed 5 years ago

tek commented 5 years ago

Since the method name is used to look up rpc handlers, there cannot be a function and a command with the same name. This uses command: and function: as prefixes.

saep commented 5 years ago

This doesn't change the API at all and only allows one to specify functions and commands with the same name, right?

tek commented 5 years ago

correct!

tek commented 5 years ago

nope, that's it!