Added sass-status plugin for viewing sass nesting in status bar

This commit is contained in:
yan
2011-12-29 17:35:45 -08:00
parent 13d0e4e20f
commit 80c24b1922
4 changed files with 10 additions and 1 deletions

6
.gitmodules vendored
View File

@@ -184,3 +184,9 @@
[submodule "vim/bundle/nathanaelkane-vim-indent-guides"] [submodule "vim/bundle/nathanaelkane-vim-indent-guides"]
path = vim/bundle/nathanaelkane-vim-indent-guides path = vim/bundle/nathanaelkane-vim-indent-guides
url = https://github.com/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

View File

@@ -18,7 +18,7 @@
This is a collection of best of breed tools from across the web, This is a collection of best of breed tools from across the web,
from scouring other people's dotfile repos, blogs, and projects. 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** **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) * 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 * 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 * 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 Adding your own vim plugins