minor changes
This commit is contained in:
		
							parent
							
								
									aaf2b4ad9d
								
							
						
					
					
						commit
						11fee55252
					
				@ -27,7 +27,7 @@ set -g clock-mode-colour white
 | 
				
			|||||||
# status config
 | 
					# status config
 | 
				
			||||||
set -g status-interval 10
 | 
					set -g status-interval 10
 | 
				
			||||||
set -g status-style "bg=black, fg=brightWhite"
 | 
					set -g status-style "bg=black, fg=brightWhite"
 | 
				
			||||||
set -g status-right "#(~/bin/docker_check.sh)| #(~/bin/ssh_agent_check.sh) | #(tmux-mem-cpu-load -p -i 1 -a 1) | #(~/bin/up.sh) | %A, %b %d %l:%M %P "
 | 
					set -g status-right "#(~/bin/docker_check.sh)| #(~/bin/ssh_agent_check.sh) | #(~/bin/tmux-mem-cpu-load -p -i 1 -a 1) | #(~/bin/up.sh) | %A, %b %d %l:%M %P "
 | 
				
			||||||
set -g status-right-length 100
 | 
					set -g status-right-length 100
 | 
				
			||||||
set -g status-left " #(~/bin/weather -p) | #(~/bin/bb -pc) | #(~/bin/water -Scr) |"
 | 
					set -g status-left " #(~/bin/weather -p) | #(~/bin/bb -pc) | #(~/bin/water -Scr) |"
 | 
				
			||||||
set -g status-left-length 100
 | 
					set -g status-left-length 100
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										7
									
								
								vimrc
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								vimrc
									
									
									
									
									
								
							@ -11,6 +11,7 @@ set backspace=indent,eol,start
 | 
				
			|||||||
" basics
 | 
					" basics
 | 
				
			||||||
set number
 | 
					set number
 | 
				
			||||||
let mapleader=' '
 | 
					let mapleader=' '
 | 
				
			||||||
 | 
					set nocompatible
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" setting color theme stuff
 | 
					" setting color theme stuff
 | 
				
			||||||
set background=dark
 | 
					set background=dark
 | 
				
			||||||
@ -25,6 +26,12 @@ let g:go_highlight_function_calls=1
 | 
				
			|||||||
let g:go_highlight_operators=1
 | 
					let g:go_highlight_operators=1
 | 
				
			||||||
let g:go_highlight_extra_types=1
 | 
					let g:go_highlight_extra_types=1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					" use md for vim wiki and disable global linking
 | 
				
			||||||
 | 
					let g:vimwiki_list = [{'path': '~/vimwiki/',
 | 
				
			||||||
 | 
					            \ 'syntax': 'markdown', 'ext': '.md'}]
 | 
				
			||||||
 | 
					let g:vimwiki_global_ext = 0 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" airline settings
 | 
					" airline settings
 | 
				
			||||||
let g:airline_powerline_fonts = 1
 | 
					let g:airline_powerline_fonts = 1
 | 
				
			||||||
if !exists('g:airline_symbols')
 | 
					if !exists('g:airline_symbols')
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user