summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorcos <cos>2023-10-19 17:05:43 +0200
committercos <cos>2023-10-19 17:07:46 +0200
commitc66627dc2d4c93b00019aed193ff14daad6c8b26 (patch)
tree19cf0773e113ce72d5ff13f1e6666355475847fc /FAQ.md
downloadvim-ipxe-main.zip
Initial commitHEADmain
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
new file mode 100644
index 0000000..a9a5c90
--- /dev/null
+++ b/FAQ.md
@@ -0,0 +1,6 @@
+**Q: I get 'fatal: dumb http transport does not support shallow capabilities'**
+
+**A:** If this is when using vim-plug, it's because it needs to be configured
+with `let g:plug_shallow = 0` for that plugin manager to work. You could also
+switch protocol by cloning from _ssh://anonymous@git.netizen.se/vim-ipxe_ which
+does support shallow repository operations.