Created
January 31, 2015 08:03
-
-
Save violetyk/cd35cc0fe453a1334528 to your computer and use it in GitHub Desktop.
breeze.vimの設定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" NeoBundle 'gcmt/breeze.vim' | |
if neobundle#is_sourced('breeze.vim') " {{{ | |
let g:breeze_highlight_filename_patterns = '*.ctp,*.html,*.htm,*.xhtml,*.xml' | |
let g:breeze_highlight_tag = 1 | |
let g:breeze_hl_color = 'ctermbg=LightGrey ctermfg=Black guibg=LightGrey guifg=Black ' | |
" nnoremap th :<C-u>BreezeHlElementBlock<CR> | |
endif " }}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment