diff --git a/.gitmodules b/.gitmodules index 8fa14d83..45f9b8f9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -184,3 +184,9 @@ [submodule "vim/bundle/nathanaelkane-vim-indent-guides"] path = vim/bundle/nathanaelkane-vim-indent-guides url = https://github.com/nathanaelkane/vim-indent-guides +[submodule "vim/bundle/aaronjensen-vim-sass-status"] + path = vim/bundle/aaronjensen-vim-sass-status + url = https://github.com/aaronjensen/vim-sass-status +[submodule "vim/bundle/tpope-vim-haml"] + path = vim/bundle/tpope-vim-haml + url = https://github.com/tpope/vim-haml diff --git a/README.md b/README.md index 20664abf..d098e57d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This is a collection of best of breed tools from across the web, from scouring other people's dotfile repos, blogs, and projects. -What is YADR? +What is YADR? --- **YADR is an opinionated dotfile repo that will make your heart sing** @@ -334,6 +334,7 @@ Included vim plugins * endwise - automatically closes blocks (if/end) * autotag - automatically creates tags for fast sourcecode browsing. use ctrl-[ over a symbol name to go to its definition * matchit - helps with matching brackets, improves other plugins + * sass-status - decorates your status bar with full nesting of where you are in the sass file Adding your own vim plugins diff --git a/vim/bundle/aaronjensen-vim-sass-status b/vim/bundle/aaronjensen-vim-sass-status new file mode 160000 index 00000000..5255fdcb --- /dev/null +++ b/vim/bundle/aaronjensen-vim-sass-status @@ -0,0 +1 @@ +Subproject commit 5255fdcb92692b108a23ce042520a631cda3a4dc diff --git a/vim/bundle/tpope-vim-haml b/vim/bundle/tpope-vim-haml new file mode 160000 index 00000000..a995d4aa --- /dev/null +++ b/vim/bundle/tpope-vim-haml @@ -0,0 +1 @@ +Subproject commit a995d4aabb794bd60028537ecb41ca7f2c738e65