We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b1676 commit ccd34faCopy full SHA for ccd34fa
Makefile
@@ -11,4 +11,4 @@ test_file: deps/mini.nvim
11
# deps/mini.nvim:
12
# @mkdir deps
13
# git clone --filter=blob:none https://github.com/echasnovski/mini.nvim deps/mini.nvim
14
-# git clone https://github.com/jbyuki/one-small-step-for-vimkind dpes/osv
+# git clone https://github.com/jbyuki/one-small-step-for-vimkind deps/osv
lua/copilot/util.lua
@@ -77,7 +77,7 @@ function M.get_doc()
77
return doc
78
end
79
80
--- Used by copilot.cmp to watch out if moving it
+-- Used by copilot.cmp so watch out if moving it
81
function M.get_doc_params(overrides)
82
overrides = overrides or {}
83
0 commit comments