jimmyhchan / Dustjs.vim
dustjs template syntax highlighting and more for vim
Stars: ✭ 25
Labels
Projects that are alternatives of or similar to Dustjs.vim
Vim Htmlbars Inline Syntax
Highlight hbs tagged template literals
Stars: ✭ 24 (-4%)
Mutual labels: viml
Stupid Easymotion
A dumbed down version of EasyMotion that aids navigation on the current line
Stars: ✭ 22 (-12%)
Mutual labels: viml
Ag.vim
Use ag, the_silver_searcher (better than ack, which is better than grep)
Stars: ✭ 23 (-8%)
Mutual labels: viml
Scala Vim Support
Unofficial mirror of Scala Vim support - With a few fixes added.
Stars: ✭ 22 (-12%)
Mutual labels: viml
Unite Redpen.vim
A unite.vim integration of redpen for automatic proof reading
Stars: ✭ 24 (-4%)
Mutual labels: viml
Learnviml
A suggested path for learning Vim's scripting language, VimL
Stars: ✭ 22 (-12%)
Mutual labels: viml
Vim Session
Extended session management for Vim (:mksession on steroids)
Stars: ✭ 907 (+3528%)
Mutual labels: viml
Vim Expand Region
Vim plugin that allows you to visually select increasingly larger regions of text using the same key combination.
Stars: ✭ 924 (+3596%)
Mutual labels: viml
Vim for Dustjs
based on github.com/juvenn/mustache.vim.git dustjs.vim for working with dust js templates (http://akdubya.github.com/dustjs/).
Install for pathogen
cd ~/.vim/
git submodule add git://github.com/jimmyhchan/dustjs.vim.git bundle/dustjs
vim bundle/dustjs/example.dust
extra stuff added for working with other plugins
-
NERDCommenter add this: let g:NERDCustomDelimiters = { 'dustjs': { 'left': '{!', 'right': '!}' } }
-
tpope's surround let g:surround_{char2nr('d')} = "{\r}"
-
snipmate (https://github.com/garbas/vim-snipmate) snipmate should be pathogen aware so it should work out of the box
Thanks
- Github/juvenn for the mustache.vim plugin
- Github/akdubya for dust.js
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].
