Skip to content

Commit 5b6c0c7

Browse files
committed
Remove register_provider wrapper
1 parent 1f0b4f2 commit 5b6c0c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

neovim/api/nvim.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ def unsubscribe(self, event):
9494
"""Unsubscribe to a Nvim event."""
9595
return self._session.request('vim_unsubscribe', event)
9696

97-
def register_provider(self, name):
98-
"""Register this process as a Nvim feature provider."""
99-
return self._session.request('vim_register_provider', name)
100-
10197
def command(self, string):
10298
"""Execute a single ex command."""
10399
return self._session.request('vim_command', string)

0 commit comments

Comments
 (0)