mirror of
				https://github.com/Adam-Ant/dotfiles
				synced 2025-11-04 09:17:18 +00:00 
			
		
		
		
	Add tab to space in vim
This commit is contained in:
		@@ -51,7 +51,7 @@ font pango:monospace 8
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Background Tasks
 | 
					# Background Tasks
 | 
				
			||||||
exec --no-startup-id compton -CG --config ~/.config/compton.conf
 | 
					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
 | 
					# Set up the workspaces
 | 
				
			||||||
exec --no-startup-id sleep 5 && teamspeak3
 | 
					exec --no-startup-id sleep 5 && teamspeak3
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,14 @@
 | 
				
			|||||||
execute pathogen#infect()
 | 
					execute pathogen#infect()
 | 
				
			||||||
syntax on
 | 
					syntax on
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					" Spaces are better than tabs :P
 | 
				
			||||||
filetype plugin indent on
 | 
					filetype plugin indent on
 | 
				
			||||||
 | 
					set tabstop=2
 | 
				
			||||||
 | 
					set shiftwidth=2
 | 
				
			||||||
 | 
					set expandtab
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set t_Co=256
 | 
					set t_Co=256
 | 
				
			||||||
set laststatus=2
 | 
					set laststatus=2
 | 
				
			||||||
 | 
					set number
 | 
				
			||||||
let g:airline_powerline_fonts = 1
 | 
					let g:airline_powerline_fonts = 1
 | 
				
			||||||
let g:airline_theme='murmur'
 | 
					let g:airline_theme='murmur'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user