1
0
mirror of https://github.com/Adam-Ant/dotfiles synced 2024-07-06 05:36:16 +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

@ -51,7 +51,7 @@ font pango:monospace 8
# Background Tasks
exec --no-startup-id compton -CG --config ~/.config/compton.conf
exec --no-startup-id feh --bg-scale 'Pictures/1920x1080.png' --bg-scale 'Pictures/2560x1080.png' --bg-scale 'Pictures/1920x1080.png'
exec --no-startup-id feh --bg-scale 'Pictures/1920x1080.png' --bg-scale 'Pictures/1920x1080.png' --bg-scale 'Pictures/2560x1080.png'
# Set up the workspaces
exec --no-startup-id sleep 5 && teamspeak3

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'