remove vim-plug, use native vim packages for copilot

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-03 21:10:20 +09:00
parent 6165841dd9
commit 42225e6793
5 changed files with 8 additions and 93 deletions

4
.vimrc
View File

@@ -33,10 +33,6 @@ inoremap <C-j> <Esc>
nnoremap Q :q!<CR>
vnoremap v V
call plug#begin('~/.vim/plugged')
Plug 'github/copilot.vim'
call plug#end()
syntax on
filetype plugin indent on
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal! g`\"" | endif