내 .vimrc 설정
1 set nocompatible
2
3 set nu
4
5 filetype on
6
7 set history=1000
8
9 syntax on
10
11 set autoindent
12
13 set smartindent
14
15 set hlsearch
16
17 set tabstop=4
18
19 set shiftwidth=4
20
21 set showmatch
22
23 set guioptions-=T
24
25 set ruler
26
27 set incsearch
No comments:
Post a Comment