From cf4174e7c56f78bf64ea39120d26f9fa8d16185c Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 6 Dec 2020 14:12:50 -0800 Subject: [PATCH] Move vim config for stow --- {vim => go/.vim}/UltiSnips/go.snippets | 0 {vim => go/.vim}/ftplugin/go.vim | 0 vim/{ => .vim}/UltiSnips/all.snippets | 0 vim/{ => .vim}/UltiSnips/coffee.snippets | 0 vim/{ => .vim}/UltiSnips/html.snippets | 0 vim/{ => .vim}/UltiSnips/javascript.snippets | 0 vim/{ => .vim}/UltiSnips/php.snippets | 0 vim/{ => .vim}/UltiSnips/python.snippets | 0 vim/{ => .vim}/UltiSnips/scss.snippets | 0 vim/{ => .vim}/autoload/plug.vim | 0 vim/{ => .vim}/coc-settings.json | 0 vim/{ => .vim}/ftplugin/coffee.vim | 0 vim/{ => .vim}/ftplugin/gitcommit.vim | 0 vim/{ => .vim}/ftplugin/haml.vim | 0 vim/{ => .vim}/ftplugin/html.vim | 0 vim/{ => .vim}/ftplugin/javascript.vim | 0 vim/{ => .vim}/ftplugin/mustache.vim | 0 vim/{ => .vim}/ftplugin/php.vim | 0 vim/{ => .vim}/ftplugin/python.vim | 0 vim/{ => .vim}/ftplugin/ruby.vim | 0 vimrc => vim/.vimrc | 0 21 files changed, 0 insertions(+), 0 deletions(-) rename {vim => go/.vim}/UltiSnips/go.snippets (100%) rename {vim => go/.vim}/ftplugin/go.vim (100%) rename vim/{ => .vim}/UltiSnips/all.snippets (100%) rename vim/{ => .vim}/UltiSnips/coffee.snippets (100%) rename vim/{ => .vim}/UltiSnips/html.snippets (100%) rename vim/{ => .vim}/UltiSnips/javascript.snippets (100%) rename vim/{ => .vim}/UltiSnips/php.snippets (100%) rename vim/{ => .vim}/UltiSnips/python.snippets (100%) rename vim/{ => .vim}/UltiSnips/scss.snippets (100%) rename vim/{ => .vim}/autoload/plug.vim (100%) rename vim/{ => .vim}/coc-settings.json (100%) rename vim/{ => .vim}/ftplugin/coffee.vim (100%) rename vim/{ => .vim}/ftplugin/gitcommit.vim (100%) rename vim/{ => .vim}/ftplugin/haml.vim (100%) rename vim/{ => .vim}/ftplugin/html.vim (100%) rename vim/{ => .vim}/ftplugin/javascript.vim (100%) rename vim/{ => .vim}/ftplugin/mustache.vim (100%) rename vim/{ => .vim}/ftplugin/php.vim (100%) rename vim/{ => .vim}/ftplugin/python.vim (100%) rename vim/{ => .vim}/ftplugin/ruby.vim (100%) rename vimrc => vim/.vimrc (100%) diff --git a/vim/UltiSnips/go.snippets b/go/.vim/UltiSnips/go.snippets similarity index 100% rename from vim/UltiSnips/go.snippets rename to go/.vim/UltiSnips/go.snippets diff --git a/vim/ftplugin/go.vim b/go/.vim/ftplugin/go.vim similarity index 100% rename from vim/ftplugin/go.vim rename to go/.vim/ftplugin/go.vim diff --git a/vim/UltiSnips/all.snippets b/vim/.vim/UltiSnips/all.snippets similarity index 100% rename from vim/UltiSnips/all.snippets rename to vim/.vim/UltiSnips/all.snippets diff --git a/vim/UltiSnips/coffee.snippets b/vim/.vim/UltiSnips/coffee.snippets similarity index 100% rename from vim/UltiSnips/coffee.snippets rename to vim/.vim/UltiSnips/coffee.snippets diff --git a/vim/UltiSnips/html.snippets b/vim/.vim/UltiSnips/html.snippets similarity index 100% rename from vim/UltiSnips/html.snippets rename to vim/.vim/UltiSnips/html.snippets diff --git a/vim/UltiSnips/javascript.snippets b/vim/.vim/UltiSnips/javascript.snippets similarity index 100% rename from vim/UltiSnips/javascript.snippets rename to vim/.vim/UltiSnips/javascript.snippets diff --git a/vim/UltiSnips/php.snippets b/vim/.vim/UltiSnips/php.snippets similarity index 100% rename from vim/UltiSnips/php.snippets rename to vim/.vim/UltiSnips/php.snippets diff --git a/vim/UltiSnips/python.snippets b/vim/.vim/UltiSnips/python.snippets similarity index 100% rename from vim/UltiSnips/python.snippets rename to vim/.vim/UltiSnips/python.snippets diff --git a/vim/UltiSnips/scss.snippets b/vim/.vim/UltiSnips/scss.snippets similarity index 100% rename from vim/UltiSnips/scss.snippets rename to vim/.vim/UltiSnips/scss.snippets diff --git a/vim/autoload/plug.vim b/vim/.vim/autoload/plug.vim similarity index 100% rename from vim/autoload/plug.vim rename to vim/.vim/autoload/plug.vim diff --git a/vim/coc-settings.json b/vim/.vim/coc-settings.json similarity index 100% rename from vim/coc-settings.json rename to vim/.vim/coc-settings.json diff --git a/vim/ftplugin/coffee.vim b/vim/.vim/ftplugin/coffee.vim similarity index 100% rename from vim/ftplugin/coffee.vim rename to vim/.vim/ftplugin/coffee.vim diff --git a/vim/ftplugin/gitcommit.vim b/vim/.vim/ftplugin/gitcommit.vim similarity index 100% rename from vim/ftplugin/gitcommit.vim rename to vim/.vim/ftplugin/gitcommit.vim diff --git a/vim/ftplugin/haml.vim b/vim/.vim/ftplugin/haml.vim similarity index 100% rename from vim/ftplugin/haml.vim rename to vim/.vim/ftplugin/haml.vim diff --git a/vim/ftplugin/html.vim b/vim/.vim/ftplugin/html.vim similarity index 100% rename from vim/ftplugin/html.vim rename to vim/.vim/ftplugin/html.vim diff --git a/vim/ftplugin/javascript.vim b/vim/.vim/ftplugin/javascript.vim similarity index 100% rename from vim/ftplugin/javascript.vim rename to vim/.vim/ftplugin/javascript.vim diff --git a/vim/ftplugin/mustache.vim b/vim/.vim/ftplugin/mustache.vim similarity index 100% rename from vim/ftplugin/mustache.vim rename to vim/.vim/ftplugin/mustache.vim diff --git a/vim/ftplugin/php.vim b/vim/.vim/ftplugin/php.vim similarity index 100% rename from vim/ftplugin/php.vim rename to vim/.vim/ftplugin/php.vim diff --git a/vim/ftplugin/python.vim b/vim/.vim/ftplugin/python.vim similarity index 100% rename from vim/ftplugin/python.vim rename to vim/.vim/ftplugin/python.vim diff --git a/vim/ftplugin/ruby.vim b/vim/.vim/ftplugin/ruby.vim similarity index 100% rename from vim/ftplugin/ruby.vim rename to vim/.vim/ftplugin/ruby.vim diff --git a/vimrc b/vim/.vimrc similarity index 100% rename from vimrc rename to vim/.vimrc