experiments over for now, some cleanup, take 2
This commit is contained in:
		
							parent
							
								
									4f22157f06
								
							
						
					
					
						commit
						daccbcce21
					
				
					 3 changed files with 5 additions and 14 deletions
				
			
		| 
						 | 
					@ -25,8 +25,6 @@ Plug 'davidhalter/jedi-vim', { 'for': 'python' }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" colorschemes
 | 
					" colorschemes
 | 
				
			||||||
Plug 'lifepillar/vim-solarized8'
 | 
					Plug 'lifepillar/vim-solarized8'
 | 
				
			||||||
Plug 'morhetz/gruvbox'
 | 
					 | 
				
			||||||
Plug 'NLKNguyen/papercolor-theme'
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
" syntax highlight plugins
 | 
					" syntax highlight plugins
 | 
				
			||||||
Plug 'neilhwatson/vim_cf3'
 | 
					Plug 'neilhwatson/vim_cf3'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										6
									
								
								vimrc
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								vimrc
									
										
									
									
									
								
							| 
						 | 
					@ -24,12 +24,6 @@ if v:version >= 703
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
if v:version >= 800
 | 
					if v:version >= 800
 | 
				
			||||||
    set breakindent keymap=russian-jcukenwintype iminsert=0 imsearch=0
 | 
					    set breakindent keymap=russian-jcukenwintype iminsert=0 imsearch=0
 | 
				
			||||||
    if &term =~ '^[tmux|st|rxvt|xterm]'
 | 
					 | 
				
			||||||
        set termguicolors
 | 
					 | 
				
			||||||
    endif
 | 
					 | 
				
			||||||
    if &term =~ '^[tmux|st]'
 | 
					 | 
				
			||||||
        set t_8f=[38;2;%lu;%lu;%lum t_8b=[48;2;%lu;%lu;%lum
 | 
					 | 
				
			||||||
    endif
 | 
					 | 
				
			||||||
    inoremap <C-@> <C-^>
 | 
					    inoremap <C-@> <C-^>
 | 
				
			||||||
    cnoremap <C-@> <C-^>
 | 
					    cnoremap <C-@> <C-^>
 | 
				
			||||||
    inoremap <C-Space> <C-^>
 | 
					    inoremap <C-Space> <C-^>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										11
									
								
								xresources
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								xresources
									
										
									
									
									
								
							| 
						 | 
					@ -18,12 +18,11 @@ Xft.dpi:                96
 | 
				
			||||||
!URxvt.boldItalicFont:   fantasque_boit
 | 
					!URxvt.boldItalicFont:   fantasque_boit
 | 
				
			||||||
!URxvt.letterSpace:      -1
 | 
					!URxvt.letterSpace:      -1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define terminus_norm   -*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*
 | 
					#define terminus        -*-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-*
 | 
				
			||||||
#define terminus_bold   -*-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-*
 | 
					URxvt.font:             terminus
 | 
				
			||||||
URxvt.font:             terminus_bold
 | 
					URxvt.boldFont:         terminus
 | 
				
			||||||
URxvt.boldFont:         terminus_bold
 | 
					URxvt.italicFont:       terminus
 | 
				
			||||||
URxvt.italicFont:       terminus_bold
 | 
					URxvt.boldItalicFont:   terminus
 | 
				
			||||||
URxvt.boldItalicFont:   terminus_bold
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
! misc
 | 
					! misc
 | 
				
			||||||
URxvt.scrollBar:        false
 | 
					URxvt.scrollBar:        false
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue