code-examples/scripts/vim/.vimrc

11 lines
140 B
VimL
Raw Normal View History

2025-01-31 21:39:27 +00:00
set number
set expandtab
set tabstop=2
set softtabstop=2
set shiftwidth=2
" execute pathogen#infect()
syntax on
filetype plugin indent on