My vim configuration
git clone https://github.com/m-col/vim-misc
Files | Refs | Readme

Commit eb829b4555575d876e70f10f9d18cc12e0f4a61e
Parent: 792cbdb760bb40f2fcbe7f6ec4cfd222735808cb
Author: Matt Colligan <matthewcolligan@improbable.io>
Date: 2023-07-28 11:56:23 +0100
Committer: Matt Colligan <matthewcolligan@improbable.io>
Committed: 2023-07-28 11:56:23 +0100

add ctrl-p plugin

start/ctrlp.vim Added

@@ -0,0 +1 @@
+Subproject commit 8b4a9523632049b3b373de1233bef346073b8982

.gitmodules Modified

@@ -19,3 +19,6 @@
 [submodule "start/indentLine"]
 	path = start/indentLine
 	url = https://github.com/Yggdroot/indentLine
+[submodule "start/ctrlp.vim"]
+	path = start/ctrlp.vim
+	url = https://github.com/ctrlpvim/ctrlp.vim