set nu
 
set shiftwidth=4
set tabstop=4
set softtabstop=4
 
set autoindent
set cindent
set smartindent
filetype indent on
 
set ai!
 
set hlsearch
set incsearch
set showmatch
 
set backspace=2
set background=dark
colorscheme elflord
 
set fileencodings=utf-8,gbk,ucs-bom,cp936
set vb t_vb=
syntax on
 
filetype on

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
  • 2022-12-23
  • 2021-05-18
  • 2021-10-16
  • 2021-11-07
猜你喜欢
  • 2022-12-23
  • 2022-02-10
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-12-17
  • 2022-02-15
相关资源
相似解决方案