vim javascript 코딩설정
https://maxim-danilov.github.io/vim-to-js-ide/ " https://github.com/pangloss/vim-javascriptset nocompatible " be iMproved, requiredfiletype off " required " set the runtime path to include Vundle and initializeset rtp+=~/.vim/bundle/Vundle.vimcall vundle#begin()" alternatively, pass a path where Vundle should install plugins"call vundle#begin('~/some/path/here') Plugin 'VundleVim/Vundle.vim'Plug..