본문 바로가기

개발 Tip

VIM 설정

set termguicolors
filetype plugin indent on
set t_Co=256
set autoindent
set smartindent
set textwidth=120
set nowrapscan
set showcmd
set showmatch
set incsearch
set autowrite
set title
set sta
set foldmethod=marker
set encoding=utf-8
set fileencodings=utf-8
set regexpengine=1
set backspace=indent,eol,start
set hlsearch
set ignorecase
set tabstop=2
set softtabstop=2
set shiftwidth=2
set expandtab
autocmd FileType make setlocal noexpandtab
set scrolloff=999
autocmd FileType go setlocal noexpandtab