summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-08-26 23:31:44 -0400
committerJesse Luehrs <doy@tozt.net>2013-08-27 00:02:41 -0400
commit24afec409fd9cbf194c9892a3b7019b139741a4d (patch)
tree760ee06e12f22adf4514579dc658dbfb03539d8e
parent9f6014b1d09fd53e54019fed854228a5d6119909 (diff)
downloadconf-24afec409fd9cbf194c9892a3b7019b139741a4d.tar.gz
conf-24afec409fd9cbf194c9892a3b7019b139741a4d.zip
i also never use this
-rw-r--r--.gitmodules3
m---------vim/bundle/emmet0
-rw-r--r--vimrc23
3 files changed, 0 insertions, 26 deletions
diff --git a/.gitmodules b/.gitmodules
index 96bfb1c..fbd3a3f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,6 @@
[submodule "vim/bundle/pathogen"]
path = vim/bundle/pathogen
url = git://github.com/tpope/vim-pathogen
-[submodule "vim/bundle/emmet"]
- path = vim/bundle/emmet
- url = git://github.com/mattn/emmet-vim
[submodule "vim/bundle/foldtext"]
path = vim/bundle/foldtext
url = git://github.com/doy/vim-foldtext
diff --git a/vim/bundle/emmet b/vim/bundle/emmet
deleted file mode 160000
-Subproject fcf0f567beb26e13aa623e36bf1597e3e2880a6
diff --git a/vimrc b/vimrc
index 9d40158..c061783 100644
--- a/vimrc
+++ b/vimrc
@@ -670,29 +670,6 @@ endfunction
autocmd VimEnter * call <SID>set_excludes()
" }}}
" }}}
-" zencoding {{{
-let g:user_zen_settings = {
-\ 'indentation' : ' ',
-\ 'html' : {
-\ 'indentation' : ' '
-\ },
-\ 'xhtml' : {
-\ 'extends' : 'html',
-\ 'indentation' : ' '
-\ },
-\ 'tt2' : {
-\ 'extends' : 'html',
-\ 'indentation' : ' '
-\ },
-\ 'tt2html' : {
-\ 'extends' : 'html',
-\ 'indentation' : ' '
-\ },
-\}
-let g:user_zen_leader_key = '<C-Z>'
-imap <C-Z><C-Z> <C-Z>,
-autocmd FileType html,xhtml,tt2,tt2html,css imap <buffer> <Tab> <C-Z>, | imap <buffer> <C-N> <C-Z>n
-" }}}
" gundo {{{
if has("python")
nnoremap U :GundoToggle<CR>