Blog

.vimrc 설정

설정

경로: ~/.vimrc
set nu syntax on set encoding=utf8 set expandtab set ts=4 set sw=4 set sts=4 call plug#begin() Plug 'arcticicestudio/nord-vim' Plug 'vim-airline/vim-airline' Plug 'scrooloose/nerdtree' call plug#end() colorscheme nord autocmd vimenter * NERDTree
Plain Text
복사

vim-plug 설치

vim-plug command: :PlugInstall
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Plain Text
복사

참고

https://github.com/junegunn/vim-plug
https://github.com/arcticicestudio/nord-vim