From 6b07aa894241e2bdf805ea5e0f7dc9c08be5f711 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 6 Sep 2015 14:45:20 +0200 Subject: cleaned up working directory --- .gitignore | 2 ++ .gitmodules | 3 --- autoload/pathogen.vim | 1 - indent/.keep | 1 + indent/css.vim | 1 - indent/html.vim | 1 - spell/.keep | 1 + 7 files changed, 4 insertions(+), 6 deletions(-) delete mode 120000 autoload/pathogen.vim create mode 100644 indent/.keep delete mode 120000 indent/css.vim delete mode 120000 indent/html.vim create mode 100644 spell/.keep diff --git a/.gitignore b/.gitignore index 7b36982..fbde122 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /temp/** !temp/.keep +/intent/** +!indent/.keep diff --git a/.gitmodules b/.gitmodules index 1eed186..57ae747 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "indent/html5.vim"] - path = indent/html5.vim - url = https://github.com/othree/html5.vim.git [submodule "plugins/Vundle.vim"] path = plugins/Vundle.vim url = https://github.com/VundleVim/Vundle.vim.git diff --git a/autoload/pathogen.vim b/autoload/pathogen.vim deleted file mode 120000 index 9a7227e..0000000 --- a/autoload/pathogen.vim +++ /dev/null @@ -1 +0,0 @@ -../vim-pathogen/autoload/pathogen.vim \ No newline at end of file diff --git a/indent/.keep b/indent/.keep new file mode 100644 index 0000000..f8e463a --- /dev/null +++ b/indent/.keep @@ -0,0 +1 @@ +this directory gets used for custom indentation rules. file naming follows the extension of the files the indentation is for and the extension .vim. diff --git a/indent/css.vim b/indent/css.vim deleted file mode 120000 index 3c4fc9d..0000000 --- a/indent/css.vim +++ /dev/null @@ -1 +0,0 @@ -tpope/indent/css.vim \ No newline at end of file diff --git a/indent/html.vim b/indent/html.vim deleted file mode 120000 index 3c4fc9d..0000000 --- a/indent/html.vim +++ /dev/null @@ -1 +0,0 @@ -tpope/indent/css.vim \ No newline at end of file diff --git a/spell/.keep b/spell/.keep new file mode 100644 index 0000000..6d81f6e --- /dev/null +++ b/spell/.keep @@ -0,0 +1 @@ +vim will automatically download spellchecker dictionaries to this directory -- cgit v1.2.3