diff --git a/.config/fish/config.fish b/.config/fish/config.fish index a86d225..3b4a1e6 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -2,6 +2,7 @@ set -gx EDITOR vim set -gx GOPATH $HOME/Documents/go set -gx GOBIN $GOPATH/bin set -gx DOTNET_ENVIRONMENT Development +set -gx DOTNET_CLI_TELEMETRY_OPTOUT true set -gx PATH $PATH $GOBIN \ $HOME/.pub-cache/bin \ $HOME/Documents/scripts \ diff --git a/.gitmodules b/.gitmodules index 47d7cbf..4db6fa5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,6 @@ [submodule ".vim/bundle/vimwiki"] path = .vim/bundle/vimwiki 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 diff --git a/.vim/bundle/vim-fsharp b/.vim/bundle/vim-fsharp new file mode 160000 index 0000000..012d98c --- /dev/null +++ b/.vim/bundle/vim-fsharp @@ -0,0 +1 @@ +Subproject commit 012d98c981139976551a4d9779f5cce7f8d84d5c