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

Add vim files

This commit is contained in:
Adam Dodman
2017-05-14 01:57:38 +01:00
parent 42f54ce830
commit bf757f36c5
7 changed files with 377 additions and 0 deletions

7
vim/vimrc Normal file
View File

@ -0,0 +1,7 @@
execute pathogen#infect()
syntax on
filetype plugin indent on
set t_Co=256
set laststatus=2
let g:airline_powerline_fonts = 1
let g:airline_theme='murmur'