Compare commits

...

1 Commits

Author SHA1 Message Date
a848e4a064 + copilot.vim 2025-04-13 18:18:05 +02:00
3 changed files with 5 additions and 0 deletions

@ -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