Fix minor issues
This commit is contained in:
		
							parent
							
								
									62ce510326
								
							
						
					
					
						commit
						900c080676
					
				
					 3 changed files with 12 additions and 17 deletions
				
			
		|  | @ -1,14 +1,6 @@ | |||
| set runtimepath+=~/.config/vim,~/.config/vim/after | ||||
| set packpath+=~/.config/vim | ||||
| 
 | ||||
| if has('nvim') | ||||
|     " Neovim specific commands | ||||
|     set viminfo+=n~/.cache/nviminfo | ||||
| else | ||||
|     " Standard vim specific commands | ||||
|     set viminfo+=n~/.cache/viminfo | ||||
| endif | ||||
| 
 | ||||
| " Plug plugins using VimPlug | ||||
| call plug#begin('~/.config/vim/plugged') | ||||
|     " Tools | ||||
|  | @ -75,6 +67,14 @@ set hlsearch | |||
| set nowrap | ||||
| set nocompatible | ||||
| 
 | ||||
| if has('nvim') | ||||
|     " Neovim specific commands | ||||
|     set viminfo+=n~/.cache/nviminfo | ||||
| else | ||||
|     " Standard vim specific commands | ||||
|     set viminfo+=n~/.cache/viminfo | ||||
| endif | ||||
| 
 | ||||
| set wildmode=longest,list,full | ||||
| 
 | ||||
| set fillchars+=vert:\  | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue