Added sass-status plugin for viewing sass nesting in status bar
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
1
vim/bundle/aaronjensen-vim-sass-status
Submodule
1
vim/bundle/aaronjensen-vim-sass-status
Submodule
Submodule vim/bundle/aaronjensen-vim-sass-status added at 5255fdcb92
1
vim/bundle/tpope-vim-haml
Submodule
1
vim/bundle/tpope-vim-haml
Submodule
Submodule vim/bundle/tpope-vim-haml added at a995d4aabb
Reference in New Issue
Block a user