:so $VIMRUNTIME/syntax/2html.vim
Posted by Нуеоп
,
set nu
set nuw=5
set autoindent
set cindent
set smartindent
set wrap
set ruler
set ts=4
set sw=4
set mouse=an
set sc
set magic
set sol
set sel=exclusive
set km=startsel,stopsel
set lsp=1
set wmnu
set clipboard=unnamed

if has("syntax")
syntax on
endif

"set enc=cp949
if has("unix")
    set enc=utf-8
elseif has("win32")
    set enc=cp949
endif

set history=200
set hlsearch
set showmatch
set softtabstop=4

Posted by Нуеоп
,
유선으로, 무선랜 드라이버를 다운+설치 해야 한다.
Posted by Нуеоп
,