We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbc107 commit 0f2fd38Copy full SHA for 0f2fd38
lua/copilot/init.lua
@@ -12,9 +12,8 @@ M.setup = function(opts)
12
highlight.setup()
13
config.merge_with_user_configs(opts)
14
logger.setup(config.logger)
15
- require("copilot.command").enable()
16
-
17
logger.debug("active plugin config:", config)
+ require("copilot.command").enable()
18
-- logged here to ensure the logger is setup
19
logger.debug("active LSP config (may change runtime):", client.config)
20
0 commit comments