Compare commits

...

2 Commits

Author SHA1 Message Date
a3c8001903 update asyncrun 2025-04-14 12:04:38 +02:00
c50013f54c + copilot.vim 2025-04-14 10:13:13 +02:00
5 changed files with 9 additions and 1 deletions

3
.gitmodules vendored
View File

@ -106,3 +106,6 @@
[submodule "pack/plugins/opt/git-lens.vim"] [submodule "pack/plugins/opt/git-lens.vim"]
path = pack/plugins/opt/git-lens.vim path = pack/plugins/opt/git-lens.vim
url = https://github.com/Eliot00/git-lens.vim.git url = https://github.com/Eliot00/git-lens.vim.git
[submodule "pack/plugins/opt/copilot.vim"]
path = pack/plugins/opt/copilot.vim
url = https://github.com/github/copilot.vim.git

@ -1 +1 @@
Subproject commit 61cc3081963a12048e00e89f8cedc8bd1cb83b8c Subproject commit e17c49c67d1dd847cd1d7d6077a7168816f546cc

@ -0,0 +1 @@
Subproject commit 250f24cc485aede5d0069e8765542c3787448d8d

View File

@ -110,3 +110,6 @@ hi debugBreakpoint
" Spell " Spell
hi clear Spellad hi clear Spellad
hi SpellBad cterm=underline ctermbg=DarkRed gui=undercurl hi SpellBad cterm=underline ctermbg=DarkRed gui=undercurl
" Copilot
hi CopilotSuggestion guifg=yellow

View File

@ -24,6 +24,7 @@ execute "set packpath+=".g:vimsuite
" ------------------ " ------------------
packadd! asyncrun packadd! asyncrun
"packadd! conque "packadd! conque
packadd! copilot.vim
"packadd! diffchar "packadd! diffchar
packadd! dirdiff packadd! dirdiff
packadd! direnv.vim packadd! direnv.vim