개발/유지보수
[Linux] Vim 플러그인 설치 방법 (내 vimrc 설정)
[Linux] Vim 플러그인 설치 방법 (내 vimrc 설정) airline, NERDTree 진짜 짱짱! set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() " alternatively, pass a path where Vundle should install plugins "call vundle#begin('~/some/path/here') " let Vundle manage Vundle, required Plugin 'VundleVim/Vundle.vim' " The following are examples of different formats supported. " Keep Plugin commands between vundle#begin/end. " ..