1
0
mirror of https://github.com/Adam-Ant/dotfiles synced 2025-06-14 14:31:13 +00:00

Add tab to space in vim

This commit is contained in:
Adam Dodman
2017-06-15 14:00:20 +01:00
parent bf757f36c5
commit 619d4c39de
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,14 @@
execute pathogen#infect()
syntax on
" Spaces are better than tabs :P
filetype plugin indent on
set tabstop=2
set shiftwidth=2
set expandtab
set t_Co=256
set laststatus=2
set number
let g:airline_powerline_fonts = 1
let g:airline_theme='murmur'