File: .vimrc

package info (click to toggle)
bitlbee 3.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,224 kB
  • sloc: ansic: 41,803; xml: 2,348; sh: 886; python: 778; makefile: 522; perl: 41
file content (6 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
" vim can use per directory configuration files. To enable that neat feature only two little lines are needed in your ~/.vimrc:
" set exrc            " enable per-directory .vimrc files
" set secure          " disable unsafe commands in local .vimrc files

set ts=8
set noexpandtab