vimrc 메모
전역:/etc/vimrc
개인:~/.vimrc
내용:
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set autoindent
set mouse=a
set hls
set nu
set showmatch
syntax on
filetype plugin on
"let g:pydiction_location = '~/.vim/bundle/pydiction/complete-dict'
"let g:pydiction_menu_height = 3
"-- Taglist setting --
let Tlist_Auto_Highlight_Tag=1
"let Tlist_Auto_Open=1
let Tlist_Auto_Update=1
let Tlist_Use_Right_Window=1
let Tlist_Exit_OnlyWindow=1
let &termencoding=&encoding
set fileencodings=utf-8,gbk
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
2018년을 향해 NeoVim&dein.vim을 정돈했다이것은 의 기사입니다. 평소에는 IDE나 Atom등을 전혀 사용하지 않고, Vim으로 Ruby나 JavaScript를 쓰고 있습니다. 을 읽었지만, 생각의 속도로 편집할 수 있을 정도의 Vim 힘은 없습니다. lit...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.