Skip to content

Instantly share code, notes, and snippets.

@violetyk
Created January 31, 2015 08:03
Show Gist options
  • Save violetyk/cd35cc0fe453a1334528 to your computer and use it in GitHub Desktop.
Save violetyk/cd35cc0fe453a1334528 to your computer and use it in GitHub Desktop.
breeze.vimの設定
" 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