mirror of
				https://github.com/frebib/dotfiles.git
				synced 2024-06-14 12:57:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			397 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| YCM=~/.vim/bundle/YouCompleteMe
 | |
| 
 | |
| sudo pacman -S python --needed --noconfirm
 | |
| 
 | |
| #######################
 | |
| ## Initialise Vundle ##
 | |
| #######################
 | |
| mkdir -p ~/.vim/bundle
 | |
| git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
 | |
| vim +PluginInstall +qall
 | |
| 
 | |
| 
 | |
| #########################
 | |
| ## Setup YouCompleteMe ##
 | |
| #########################
 | |
| cd "$YCM"
 | |
| ./install.py --clang-completer
 |