diff options
author | Max Christian Pohle | 2015-09-06 14:45:20 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-09-06 14:45:20 +0200 |
commit | 6b07aa894241e2bdf805ea5e0f7dc9c08be5f711 (patch) | |
tree | d3fd1584fed82b9e6f9c9b8690d0a6c03d6729d5 | |
parent | 4b98671e80723926b811f5655e792ecb57bad45d (diff) | |
download | vim-6b07aa894241e2bdf805ea5e0f7dc9c08be5f711.tar.bz2 vim-6b07aa894241e2bdf805ea5e0f7dc9c08be5f711.zip |
cleaned up working directory
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | .gitmodules | 3 | ||||
l--------- | autoload/pathogen.vim | 1 | ||||
-rw-r--r-- | indent/.keep | 1 | ||||
l--------- | indent/css.vim | 1 | ||||
l--------- | indent/html.vim | 1 | ||||
-rw-r--r-- | spell/.keep | 1 |
7 files changed, 4 insertions, 6 deletions
@@ -1,2 +1,4 @@ | |||
1 | /temp/** | 1 | /temp/** |
2 | !temp/.keep | 2 | !temp/.keep |
3 | /intent/** | ||
4 | !indent/.keep | ||
diff --git a/.gitmodules b/.gitmodules index 1eed186..57ae747 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -1,6 +1,3 @@ | |||
1 | [submodule "indent/html5.vim"] | ||
2 | path = indent/html5.vim | ||
3 | url = https://github.com/othree/html5.vim.git | ||
4 | [submodule "plugins/Vundle.vim"] | 1 | [submodule "plugins/Vundle.vim"] |
5 | path = plugins/Vundle.vim | 2 | path = plugins/Vundle.vim |
6 | url = https://github.com/VundleVim/Vundle.vim.git | 3 | 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 @@ | |||
1 | ../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 @@ | |||
1 | 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 @@ | |||
1 | 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 | |||