this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update vim configuration

+70 -45
+41 -38
.gitmodules
··· 27 27 path = vim/bundle/fugitive 28 28 url = https://github.com/tpope/vim-fugitive.git 29 29 [submodule "vim/bundle/rails"] 30 - path = vim/bundle/rails 31 - url = git://github.com/tpope/vim-rails.git 30 + path = vim/bundle/rails 31 + url = git://github.com/tpope/vim-rails.git 32 32 [submodule "vim/bundle/puppet"] 33 33 path = vim/bundle/puppet 34 34 url = git://github.com/rodjek/vim-puppet.git ··· 94 94 url = git://github.com/Lokaltog/vim-easymotion.git 95 95 ignore = dirty 96 96 [submodule "vim/bundle/javascript"] 97 - path = vim/bundle/javascript 98 - url = git://github.com/pangloss/vim-javascript.git 97 + path = vim/bundle/javascript 98 + url = git://github.com/pangloss/vim-javascript.git 99 99 [submodule "vim/bundle/slim"] 100 - path = vim/bundle/slim 101 - url = git://github.com/slim-template/vim-slim.git 100 + path = vim/bundle/slim 101 + url = git://github.com/slim-template/vim-slim.git 102 102 [submodule "vim/bundle/io"] 103 - path = vim/bundle/io 104 - url = git://github.com/xhr/vim-io.git 103 + path = vim/bundle/io 104 + url = git://github.com/xhr/vim-io.git 105 105 [submodule "vim/bundle/choosewin"] 106 - path = vim/bundle/choosewin 107 - url = git://github.com/t9md/vim-choosewin.git 106 + path = vim/bundle/choosewin 107 + url = git://github.com/t9md/vim-choosewin.git 108 108 [submodule "vim/bundle/golang"] 109 - path = vim/bundle/golang 110 - url = git://github.com/jnwhiteh/vim-golang.git 109 + path = vim/bundle/golang 110 + url = git://github.com/jnwhiteh/vim-golang.git 111 111 [submodule "vim/bundle/dockerfile"] 112 - path = vim/bundle/dockerfile 113 - url = git://github.com/ekalinin/Dockerfile.vim.git 112 + path = vim/bundle/dockerfile 113 + url = git://github.com/ekalinin/Dockerfile.vim.git 114 114 [submodule "vim/bundle/nginx"] 115 - path = vim/bundle/nginx 116 - url = git://github.com/vim-scripts/nginx.vim.git 115 + path = vim/bundle/nginx 116 + url = git://github.com/vim-scripts/nginx.vim.git 117 117 [submodule "vim/bundle/unimpaired"] 118 - path = vim/bundle/unimpaired 119 - url = git://github.com/tpope/vim-unimpaired.git 118 + path = vim/bundle/unimpaired 119 + url = git://github.com/tpope/vim-unimpaired.git 120 120 [submodule "vim/bundle/commentary"] 121 - path = vim/bundle/commentary 122 - url = git://github.com/tpope/vim-commentary.git 121 + path = vim/bundle/commentary 122 + url = git://github.com/tpope/vim-commentary.git 123 123 [submodule "vim/bundle/gist"] 124 - path = vim/bundle/gist 125 - url = git://github.com/mattn/gist-vim.git 124 + path = vim/bundle/gist 125 + url = git://github.com/mattn/gist-vim.git 126 126 [submodule "vim/bundle/webapi"] 127 - path = vim/bundle/webapi 128 - url = git://github.com/mattn/webapi-vim.git 127 + path = vim/bundle/webapi 128 + url = git://github.com/mattn/webapi-vim.git 129 129 [submodule "vim/bundle/unite"] 130 - path = vim/bundle/unite 131 - url = git://github.com/Shougo/unite.vim.git 130 + path = vim/bundle/unite 131 + url = git://github.com/Shougo/unite.vim.git 132 132 [submodule "vim/bundle/vimproc"] 133 - path = vim/bundle/vimproc 134 - url = git://github.com/Shougo/vimproc.vim.git 133 + path = vim/bundle/vimproc 134 + url = git://github.com/Shougo/vimproc.vim.git 135 135 [submodule "vim/bundle/gitgutter"] 136 - path = vim/bundle/gitgutter 137 - url = git://github.com/airblade/vim-gitgutter.git 136 + path = vim/bundle/gitgutter 137 + url = git://github.com/airblade/vim-gitgutter.git 138 138 [submodule "vim/bundle/bundler"] 139 - path = vim/bundle/bundler 140 - url = git://github.com/tpope/vim-bundler.git 139 + path = vim/bundle/bundler 140 + url = git://github.com/tpope/vim-bundler.git 141 141 [submodule "vim/bundle/swapit"] 142 - path = vim/bundle/swapit 143 - url = git://github.com/mjbrownie/swapit.git 142 + path = vim/bundle/swapit 143 + url = git://github.com/mjbrownie/swapit.git 144 144 [submodule "vim/bundle/vinegar"] 145 - path = vim/bundle/vinegar 146 - url = git://github.com/tpope/vim-vinegar.git 145 + path = vim/bundle/vinegar 146 + url = git://github.com/tpope/vim-vinegar.git 147 147 [submodule "vim/bundle/snipmate"] 148 - path = vim/bundle/snipmate 149 - url = git://github.com/garbas/vim-snipmate.git 148 + path = vim/bundle/snipmate 149 + url = git://github.com/garbas/vim-snipmate.git 150 + [submodule "vim/bundle/elixir"] 151 + path = vim/bundle/elixir 152 + url = git://github.com/elixir-lang/vim-elixir.git
+1 -1
conkyrc
··· 43 43 44 44 TEXT 45 45 ${voffset 10}${font Roboto Thin:size=30}${time %A}${font}${voffset -10} 46 - ${voffset 10}${font Roboto Thin:size=30}${time %B} ${time %e}${font}${voffset -10} 46 + ${voffset 10}${font Roboto Thin:size=30}${time %e} ${time %B}${font}${voffset -10} 47 47 ${voffset 10}${font Roboto Thin:size=100}${time %H:%M}${font}${voffset -10}
+4 -4
update.sh
··· 7 7 echo "Update files in: $dir" 8 8 9 9 cd $dir 10 - git submodule foreach git pull 11 - git add -A "$dir/vim/bundle" 12 - git commit -m "Update plugins $(date +%F)" 13 - cd $old 10 + 11 + git submodule foreach git pull &&\ 12 + git add -A "$dir/vim/bundle" &&\ 13 + git commit -m "Update plugins $(date +%F)"
+11
vim/pythonx/nvim_clipboard.py
··· 1 + import xerox 2 + 3 + class NvimClipboard(object): 4 + def __init__(self, vim): 5 + self.provides = ['clipboard'] 6 + 7 + def clipboard_get(self): 8 + return xerox.paste().split('\n') 9 + 10 + def clipboard_set(self, lines): 11 + xerox.copy(u'\n'.join([line.decode('utf-8') for line in lines]))
+5 -1
vim/snippets/ruby.snippets
··· 375 375 end 376 376 snippet lam 377 377 lambda { |${1:args}| ${2} } 378 - snippet do 378 + snippet do noarg do 379 + do 380 + ${1} 381 + end 382 + snippet do arg do 379 383 do |${1:variable}| 380 384 ${2} 381 385 end
+8 -1
vimrc
··· 199 199 nnoremap ZX :cq<CR> 200 200 201 201 " Split line at cursor position 202 - " nnoremap K i<CR><Esc>k$ 202 + nnoremap K i<CR><Esc>k$ 203 + nnoremap Q K 203 204 204 205 " Text folding 205 206 nnoremap <space> za 206 207 207 208 " Simplify switching to EX mode 208 209 nnoremap ; : 210 + vnoremap ; : 209 211 nnoremap : ; 210 212 211 213 " Choose window ··· 225 227 noremap <F2> :GundoToggle<CR> 226 228 noremap <F3> :NumbersToggle<CR> 227 229 noremap <F4> :IndentGuidesToggle<CR> 230 + 231 + " Git Fugitive commands 232 + noremap <leader>gst :Gstatus<CR> 233 + noremap <leader>gci :Gcommit<CR> 234 + noremap <leader>gd :Gdiff<CR> 228 235 229 236 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 230 237 " => Extras