Skip to content

Commit 96c721a

Browse files
committed
It is a valid condition that the host is started without valid plugins
This happens during UpdateRemotePlugins as neovim doesn't yet know whether there are any python plugins or not
1 parent 2c0cb81 commit 96c721a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

neovim/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ def start_host(session=None):
5353
if os.path.isdir(path) and dup in plugins:
5454
plugins.remove(dup)
5555

56-
if not plugins:
57-
sys.exit('must specify at least one plugin as argument')
58-
5956
setup_logging()
6057

6158
if not session:

0 commit comments

Comments
 (0)