(refactor): Added Python syntax, removed unneeded plugs
This commit is contained in:
		
							parent
							
								
									a1db500371
								
							
						
					
					
						commit
						2ea22e34a5
					
				
					 1 changed files with 3 additions and 9 deletions
				
			
		
							
								
								
									
										12
									
								
								vimrc
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								vimrc
									
										
									
									
									
								
							|  | @ -23,9 +23,6 @@ call plug#begin('~/.vim/plugged/') | ||||||
|   " vim colorscheme |   " vim colorscheme | ||||||
|   Plug 'sainnhe/edge' |   Plug 'sainnhe/edge' | ||||||
| 
 | 
 | ||||||
|   " Go Language Support |  | ||||||
|   Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } |  | ||||||
| 
 |  | ||||||
|   " tab autocomplete |   " tab autocomplete | ||||||
|   Plug 'ervandew/supertab' |   Plug 'ervandew/supertab' | ||||||
|   Plug 'alvan/vim-closetag' |   Plug 'alvan/vim-closetag' | ||||||
|  | @ -66,11 +63,6 @@ call plug#begin('~/.vim/plugged/') | ||||||
|   Plug 'w0rp/ale' |   Plug 'w0rp/ale' | ||||||
|   Plug 'sbdchd/neoformat' |   Plug 'sbdchd/neoformat' | ||||||
| 
 | 
 | ||||||
|   " Typescript  |  | ||||||
|   Plug 'Quramy/tsuquyomi', {'for': 'typescript'} |  | ||||||
| 
 |  | ||||||
|   Plug 'Yggdroot/indentLine'  |  | ||||||
| 
 |  | ||||||
|   " Autonomous make integration (Compile) |   " Autonomous make integration (Compile) | ||||||
|   Plug 'neomake/neomake' |   Plug 'neomake/neomake' | ||||||
| 
 | 
 | ||||||
|  | @ -89,7 +81,7 @@ call plug#begin('~/.vim/plugged/') | ||||||
| call plug#end() | call plug#end() | ||||||
| 
 | 
 | ||||||
| let mapleader="," | let mapleader="," | ||||||
| 
 | let python_highlight_all = 1 | ||||||
| 
 | 
 | ||||||
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | ||||||
| " => Fast editing and reloading of vimrc configs | " => Fast editing and reloading of vimrc configs | ||||||
|  | @ -368,6 +360,8 @@ map <leader>tc :tabclose<cr> | ||||||
| map <leader>tm :tabmove  | map <leader>tm :tabmove  | ||||||
| map <leader>t<leader> :tabnext  | map <leader>t<leader> :tabnext  | ||||||
| 
 | 
 | ||||||
|  | " Exit insert with JK | ||||||
|  | inoremap jk <Esc> | ||||||
| 
 | 
 | ||||||
| " Move lines of code around | " Move lines of code around | ||||||
| nnoremap <C-j> :m .+1<CR>== | nnoremap <C-j> :m .+1<CR>== | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Blake Ridgway
						Blake Ridgway