mirror of
				https://github.com/mitchell/dotfiles.git
				synced 2025-11-03 21:25:26 +00:00 
			
		
		
		
	Add fsharp vim plugin; opt-out of dotnet telemetry
This commit is contained in:
		
							parent
							
								
									e7657ce150
								
							
						
					
					
						commit
						d21b209670
					
				| 
						 | 
					@ -2,6 +2,7 @@ set -gx EDITOR vim
 | 
				
			||||||
set -gx GOPATH $HOME/Documents/go
 | 
					set -gx GOPATH $HOME/Documents/go
 | 
				
			||||||
set -gx GOBIN $GOPATH/bin
 | 
					set -gx GOBIN $GOPATH/bin
 | 
				
			||||||
set -gx DOTNET_ENVIRONMENT Development
 | 
					set -gx DOTNET_ENVIRONMENT Development
 | 
				
			||||||
 | 
					set -gx DOTNET_CLI_TELEMETRY_OPTOUT true
 | 
				
			||||||
set -gx PATH $PATH $GOBIN \
 | 
					set -gx PATH $PATH $GOBIN \
 | 
				
			||||||
    $HOME/.pub-cache/bin \
 | 
					    $HOME/.pub-cache/bin \
 | 
				
			||||||
    $HOME/Documents/scripts \
 | 
					    $HOME/Documents/scripts \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -73,3 +73,6 @@
 | 
				
			||||||
[submodule ".vim/bundle/vimwiki"]
 | 
					[submodule ".vim/bundle/vimwiki"]
 | 
				
			||||||
	path = .vim/bundle/vimwiki
 | 
						path = .vim/bundle/vimwiki
 | 
				
			||||||
	url = https://github.com/vimwiki/vimwiki.git
 | 
						url = https://github.com/vimwiki/vimwiki.git
 | 
				
			||||||
 | 
					[submodule ".vim/bundle/vim-fsharp"]
 | 
				
			||||||
 | 
						path = .vim/bundle/vim-fsharp
 | 
				
			||||||
 | 
						url = https://github.com/fsharp/vim-fsharp.git
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										1
									
								
								.vim/bundle/vim-fsharp
									
									
									
									
									
										Submodule
									
								
							
							
								
								
								
								
								
								
							
						
						
									
										1
									
								
								.vim/bundle/vim-fsharp
									
									
									
									
									
										Submodule
									
								
							| 
						 | 
					@ -0,0 +1 @@
 | 
				
			||||||
 | 
					Subproject commit 012d98c981139976551a4d9779f5cce7f8d84d5c
 | 
				
			||||||
		Loading…
	
		Reference in a new issue