mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Removed the breeze plugin while I review 2.0
This commit is contained in:
parent
034a3ec199
commit
e810a75d10
4 changed files with 0 additions and 27 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -85,6 +85,3 @@
|
|||
[submodule "vim/bundle/vim-polyglot-darkcloud"]
|
||||
path = vim/bundle/vim-polyglot-darkcloud
|
||||
url = https://github.com/prurigro/vim-polyglot-darkcloud.git
|
||||
[submodule "vim/bundle/breeze.vim"]
|
||||
path = vim/bundle/breeze.vim
|
||||
url = https://github.com/prurigro/breeze.vim
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 8bb6d287c085e9eeec5165301f317e2a24a2b257
|
|
@ -207,15 +207,6 @@
|
|||
" <Ctrl-w> | (I) -> undo-able equivalent
|
||||
"
|
||||
" Filetype Specific Mappings:
|
||||
" (breeze->html compat)
|
||||
" _ | (N) -> move to the next sibling tag
|
||||
" + | (N) -> move to the previous sibling tag
|
||||
" <Leader>- | (N) -> move to the first sibling tag
|
||||
" <Leader>= | (N) -> move to the last sibling tag
|
||||
" <Leader>_ | (N) -> move to the first child tag
|
||||
" <Leader>+ | (N) -> move to the last child tag
|
||||
" <Leader><Backspace> | (N) -> move to the parent tag
|
||||
"
|
||||
" (extradite)
|
||||
" <F4> | (A) -> close the dialog
|
||||
" <Right> | (A) -> same as down
|
||||
|
@ -608,15 +599,6 @@
|
|||
"}}}
|
||||
|
||||
"FILETYPE SPECIFIC MAPPINGS: {{{
|
||||
"breeze compatible formats
|
||||
autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap <buffer> <silent><expr> _ ':BreezePrevSibling<CR>'
|
||||
autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap <buffer> <silent><expr> + ':BreezeNextSibling<CR>'
|
||||
autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap <buffer> <silent><expr> <Leader>- ':BreezeFirstSibling<CR>'
|
||||
autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap <buffer> <silent><expr> <Leader>= ':BreezeLastSibling<CR>'
|
||||
autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap <buffer> <silent><expr> <Leader>_ ':BreezeFirstChild<CR>'
|
||||
autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap <buffer> <silent><expr> <Leader>+ ':BreezeLastChild<CR>'
|
||||
autocmd BufNewFile,BufRead *.html,*.htm,*.xhtml,*.xml,*.php,*.aspx nmap <buffer> <silent><expr> <Leader><Backspace> ':BreezeParent<CR>'
|
||||
|
||||
"extradite
|
||||
autocmd FileType extradite map <buffer> <Right> <Down>
|
||||
autocmd FileType extradite map <buffer> l j
|
||||
|
|
|
@ -18,11 +18,6 @@
|
|||
let g:vim_json_syntax_conceal=0
|
||||
"}}}
|
||||
|
||||
"BREEZE: {{{
|
||||
let g:breeze_active_filetypes="*.html,*.htm,*.xhtml,*.xml,*.php"
|
||||
let g:breeze_shade_color="String"
|
||||
"}}}
|
||||
|
||||
"EMMET: {{{
|
||||
let g:user_emmet_install_global=0
|
||||
let g:use_emmet_complete_tag=1
|
||||
|
|
Loading…
Reference in a new issue