diff --git a/.gitignore b/.gitignore index 3b832f9..3f0861e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -.localcommands -.vim/bundle/* +localcommands +vim/bundle/* +vim/autoload diff --git a/.vim/ftplugin/markdown.vim b/vim/ftplugin/markdown.vim similarity index 100% rename from .vim/ftplugin/markdown.vim rename to vim/ftplugin/markdown.vim diff --git a/.vim/ftplugin/python.vim b/vim/ftplugin/python.vim similarity index 100% rename from .vim/ftplugin/python.vim rename to vim/ftplugin/python.vim diff --git a/.vim/snipps/blade.snippets b/vim/snipps/blade.snippets similarity index 100% rename from .vim/snipps/blade.snippets rename to vim/snipps/blade.snippets diff --git a/.vim/snipps/css.snippets b/vim/snipps/css.snippets similarity index 100% rename from .vim/snipps/css.snippets rename to vim/snipps/css.snippets diff --git a/.vim/snipps/html.snippets b/vim/snipps/html.snippets similarity index 100% rename from .vim/snipps/html.snippets rename to vim/snipps/html.snippets diff --git a/.vim/snipps/liquid.snippets b/vim/snipps/liquid.snippets similarity index 100% rename from .vim/snipps/liquid.snippets rename to vim/snipps/liquid.snippets diff --git a/.vim/snipps/markdown.snippets b/vim/snipps/markdown.snippets similarity index 100% rename from .vim/snipps/markdown.snippets rename to vim/snipps/markdown.snippets diff --git a/.vim/snipps/markwdown.snippets b/vim/snipps/markwdown.snippets similarity index 100% rename from .vim/snipps/markwdown.snippets rename to vim/snipps/markwdown.snippets diff --git a/.vim/snipps/php.snippets b/vim/snipps/php.snippets similarity index 100% rename from .vim/snipps/php.snippets rename to vim/snipps/php.snippets diff --git a/.vim/snipps/plaintex.snippets b/vim/snipps/plaintex.snippets similarity index 100% rename from .vim/snipps/plaintex.snippets rename to vim/snipps/plaintex.snippets diff --git a/.vim/snipps/tex.snippets b/vim/snipps/tex.snippets similarity index 100% rename from .vim/snipps/tex.snippets rename to vim/snipps/tex.snippets diff --git a/.vim/snipps/vim.snippets b/vim/snipps/vim.snippets similarity index 100% rename from .vim/snipps/vim.snippets rename to vim/snipps/vim.snippets diff --git a/.vimrc b/vimrc similarity index 100% rename from .vimrc rename to vimrc diff --git a/.zshrc b/zshrc similarity index 100% rename from .zshrc rename to zshrc