Thursday, February 11, 2016

vim configure

  3 set nu
  4 set autoindent
  5 set ruler
  6 syntax on
  7 set nocompatible
  8 filetype indent plugin on
  9 set hlsearch
 10 set softtabstop=4
 11 set shiftwidth=4
 12 set expandtab
 13 set autoindent
 14 set ruler

No comments:

Post a Comment