aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--.gitmodules3
l---------autoload/pathogen.vim1
-rw-r--r--indent/.keep1
l---------indent/css.vim1
l---------indent/html.vim1
-rw-r--r--spell/.keep1
7 files changed, 4 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 7b36982..fbde122 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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 @@
1tpope/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 @@
1tpope/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
..