Add a vim-vue plug and expand a cmd for readability
This commit is contained in:
		
							parent
							
								
									c002ba957b
								
							
						
					
					
						commit
						af4148f734
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -25,7 +25,7 @@ set nowrap
 | 
			
		|||
 | 
			
		||||
set wildmode=longest,list,full
 | 
			
		||||
 | 
			
		||||
autocmd FileType yaml setlocal ai ts=2 sw=2 et cuc nu
 | 
			
		||||
autocmd FileType yaml setlocal ai tabstop=2 shiftwidth=2 expandtab cuc nu
 | 
			
		||||
 | 
			
		||||
runtime ftplugin/man.vim
 | 
			
		||||
set keywordprg=:Man
 | 
			
		||||
| 
						 | 
				
			
			@ -52,6 +52,7 @@ call plug#begin('~/.config/vim/plugged')
 | 
			
		|||
    Plug 'vim-scripts/DoxygenToolkit.vim'
 | 
			
		||||
    Plug 'drmikehenry/vim-headerguard'
 | 
			
		||||
    Plug 'cespare/vim-toml'
 | 
			
		||||
    Plug 'posva/vim-vue'
 | 
			
		||||
call plug#end()
 | 
			
		||||
 | 
			
		||||
map <leader>m :Magit<CR>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue