plugin을 설치할 때 주로 Vundle을 사용하는데 github에서 좋은 오픈소스를 찾았다. https://github.com/junegunn/vim-plug 아래는 필자가 사용하는 플러그인이다.https://github.com/scrooloose/nerdtree ->vim에 파일 탐색기를 띄워준다.https://github.com/Raimondi/delimitMate ->괄호를 자동으로 완성해준다. 외에 ctags는 aot-get으로 쉽게 설치할 수 있다. mkdir ~/.vim/autoload autoload안에 vim-plug 파일을 받아서 넣어준다. curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent...