forked from qt-creator/qt-creator
Copilot: Additional search path for vim plugin
Fixes: QTCREATORBUG-29335 Change-Id: Ib86dc2dc5e4f0df8188dc8e4351f7117cc73710a Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -36,7 +36,9 @@ CopilotSettings::CopilotSettings()
|
|||||||
const FilePath nodeFromPath = FilePath("node").searchInPath();
|
const FilePath nodeFromPath = FilePath("node").searchInPath();
|
||||||
|
|
||||||
const FilePaths searchDirs
|
const FilePaths searchDirs
|
||||||
= {FilePath::fromUserInput("~/.vim/pack/github/start/copilot.vim/copilot/dist/agent.js"),
|
|
||||||
|
= {FilePath::fromUserInput("~/.vim/pack/github/start/copilot.vim/dist/agent.js"),
|
||||||
|
FilePath::fromUserInput("~/.vim/pack/github/start/copilot.vim/copilot/dist/agent.js"),
|
||||||
FilePath::fromUserInput(
|
FilePath::fromUserInput(
|
||||||
"~/.config/nvim/pack/github/start/copilot.vim/copilot/dist/agent.js"),
|
"~/.config/nvim/pack/github/start/copilot.vim/copilot/dist/agent.js"),
|
||||||
FilePath::fromUserInput(
|
FilePath::fromUserInput(
|
||||||
|
Reference in New Issue
Block a user