Skip to content

Commit b3df3db

Browse files
committed
Disable python part of the plugin for now
1 parent 27ba694 commit b3df3db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rplugin/python3/CopilotChat/copilot_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
PLUGIN_AUTOCMD_CMD = "CopilotChatAutocmd"
88

99

10-
@pynvim.plugin
10+
# @pynvim.plugin
1111
class CopilotPlugin(object):
1212
def __init__(self, nvim: pynvim.Nvim):
1313
self.nvim: MyNvim = MyNvim(nvim, PLUGIN_MAPPING_CMD, PLUGIN_AUTOCMD_CMD)

0 commit comments

Comments
 (0)