Skip to content

Instantly share code, notes, and snippets.

@jangsoopark
Created August 3, 2022 06:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jangsoopark/4f71e6b1e478fcc0ab3807644b907c82 to your computer and use it in GitHub Desktop.
Save jangsoopark/4f71e6b1e478fcc0ab3807644b907c82 to your computer and use it in GitHub Desktop.
" -------------------------------------------------------------
set enc=utf-8
set fenc=utf-8
set termencoding=utf-8
set nocompatible
set autoindent
set smartindent
if has("syntax")
syntax on
endif
set number
set tabstop=4
set shiftwidth=4
set expandtab
set textwidth=120
set t_Co=256
set cindent
set ruler
" -------------------------------------------------------------
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'git://git.wincent.com/command-t.git'
filetype plugin indent on
Plugin 'The-NERD-Tree'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment