우분투에서 /etc/vim/vimrc
글쓴이: goldbear564 / 작성시간: 화, 2016/01/12 - 5:07오후
현재 제가 사용중인 우분투의 /etc/vim/vimrc 입니다
따로 수정한건 없고 추가만 했는데
15 set nocompatible
16 filetype plugin on
17 " Vim5 and later versions support syntax highlighting. Uncommenting the next
18 " line enables syntax highlighting by default.
19 if has("syntax")
20 syntax on
21
22 endif
23 set cindent
24 set smartindent
25 set autoindent
26 set sm "괄호표시
27 set number
28 set paste
29 set ruler
30 set incsearch
31 set cursorline
32 set title
33 set tabstop=4
34 set shiftwidth=4
35 set si
36 colorscheme elflord
이렇게 되어있는지
c/auto/smartindent 만 적용이 안된거 같습니다.
~/.vimrc 를 작성해서 적용해도 똑같습니다.
어디가 문제인걸까요
Forums:
댓글 달기