Hacker News new | past | comments | ask | show | jobs | submit login

Can you share your 32 line config?



    execute pathogen#infect()
    syntax on
    filetype plugin indent on
    
    set list listchars=tab:>-,trail:-
    
    set ff=unix
    
    set autoread
    
    set number
    set relativenumber
    
    set linebreak
    set tabstop=2
    set shiftwidth=2
    set expandtab
    
    set ignorecase
    set smartcase
    set timeoutlen=1000 ttimeoutlen=0
    let $BASH_ENV = "~/.bash_aliases"
    
    color desert
    set cursorline
    augroup linehighlight
      autocmd!
      autocmd InsertEnter * set nocursorline
      autocmd InsertLeave * set cursorline
    augroup END
    :hi CursorLine cterm=NONE ctermbg=darkblue ctermfg=white
    :hi Normal ctermbg=black




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: