이 효과를 내기 위해 중괄호를 입력 여는 중괄호에 매핑하고 싶습니다
홈 디렉터리의 .vimrc를 수정하면 효과를 얻을 수 있습니다. 문제는 이 설정이 모든 파일에 유효하다는 것입니다. C++에서는 이 효과를 내고 싶지만 다른 것에서는 이 효과를 내고 싶지 않습니다. 언어(예: python/lua) 특정 언어에 대해 vim을 설정하는 방법은 무엇입니까? 어떤 파일을 수정하고 싶으신가요?
小伙看你根骨奇佳,潜力无限,来学PHP伐。
도 .vimrc로 작성되었지만 파일 형식을 지정해야 합니다.
.vimrc
(no)autoindent
ai
(no)cindent
ci
(no)smartindent
si
tabstop=X
ts
shiftwidth=X
sw
(no)expandtab
(no)et
softtabstop=X
sts
(no)smarttab
(no)sta
도
으아악.vimrc
로 작성되었지만 파일 형식을 지정해야 합니다.(no)autoindent
ai
(no)cindent
ci
(no)smartindent
si
tabstop=X
ts
shiftwidth=X
sw
(no)expandtab
(no)et
softtabstop=X
sts
(no)smarttab
(no)sta