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

Commit 99cdb5baa1571616ea45e1ada6b0b94ddf92ef8e
Parent: eb829b4555575d876e70f10f9d18cc12e0f4a61e
Author: Matt Colligan <matthewcolligan@improbable.io>
Date: 2023-07-28 12:17:06 +0100
Committer: Matt Colligan <matthewcolligan@improbable.io>
Committed: 2023-07-28 12:17:06 +0100

add github copilot plugin

start/self/plugin/theme.vim Modified

@@ -53,6 +53,9 @@
 " matched brackets
 hi MatchParen ctermfg=7 cterm=underline ctermbg=0 
 
+" github copilot
+hi CopilotSuggestion ctermfg=4
+
 " line numbers
 set number relativenumber
 hi LineNr ctermfg=5

start/copilot.vim Added

@@ -0,0 +1 @@
+Subproject commit a4a6d6b3f9e284e7f5c849619e06cd228cad8abd

.gitmodules Modified

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