diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-24 19:20:20 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-24 19:20:20 +0200 |
| commit | a7799ef0806d396aff2c8ecfc7be6745f7e20c90 (patch) | |
| tree | a332fb67e2ba399a6dd4d938780a2e1d9e154a32 | |
| parent | 2358494c56a1c756c48e2d36a248e0ee916366c5 (diff) | |
| -rw-r--r-- | .vimrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -30,6 +30,9 @@ Plug 'https://bitbucket.org/sw-samuraj/vim-gradle' Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } Plug 'ap/vim-css-color' +" AI +Plug 'github/copilot.vim' + " Snippets " Plug 'SirVer/ultisnips' " Plug 'honza/vim-snippets' @@ -310,3 +313,7 @@ nmap <leader>f :Limelight!!<cr> "Tagbar "====== " nmap <leader>tt :TagbarToggle<CR> + +"Copilot +"======= +let g:copilot_enterprise_uri = "https://mercedes-benz.ghe.com" |
