Vim config.

master
Tomasz Półgrabia 2025-01-31 22:39:27 +01:00
parent 44949510e6
commit 9f7d577915
1 changed files with 10 additions and 0 deletions

10
scripts/vim/.vimrc Normal file
View File

@ -0,0 +1,10 @@
set number
set expandtab
set tabstop=2
set softtabstop=2
set shiftwidth=2
" execute pathogen#infect()
syntax on
filetype plugin indent on