this repo has no description
1
fork

Configure Feed

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

Update Vim config

+188 -101
+34 -3
iterm2/com.googlecode.iterm2.plist
··· 740 740 <false/> 741 741 <key>DisableFullscreenTransparency</key> 742 742 <false/> 743 + <key>EnableDivisionView</key> 744 + <false/> 743 745 <key>GlobalKeyMap</key> 744 746 <dict> 745 747 <key>0x19-0x60000</key> ··· 862 864 <string></string> 863 865 </dict> 864 866 </dict> 867 + <key>HideActivityIndicator</key> 868 + <false/> 865 869 <key>HideScrollbar</key> 870 + <true/> 871 + <key>HideTab</key> 866 872 <true/> 867 873 <key>HideTabCloseButton</key> 868 874 <true/> ··· 916 922 <key>NSWindow Frame SessionsPreferences</key> 917 923 <string>269 126 606 469 0 0 1440 900 </string> 918 924 <key>NSWindow Frame SharedPreferences</key> 919 - <string>135 292 1018 447 0 0 1440 900 </string> 925 + <string>479 483 918 381 0 0 1440 900 </string> 926 + <key>NSWindow Frame UKCrashReporter</key> 927 + <string>99 316 592 584 0 0 1440 900 </string> 920 928 <key>NSWindow Frame iTerm Window 0</key> 921 - <string>0 98 730 502 0 0 1440 900 </string> 929 + <string>194 250 730 501 0 0 1440 900 </string> 922 930 <key>NeverWarnAboutShortLivedSessions_0B6996C6-6844-4159-BAFD-6E8D7BCBED0A</key> 923 931 <true/> 924 932 <key>NeverWarnAboutShortLivedSessions_0B6996C6-6844-4159-BAFD-6E8D7BCBED0A_selection</key> ··· 1600 1608 <integer>0</integer> 1601 1609 <key>Sync Title</key> 1602 1610 <false/> 1611 + <key>Tab Color</key> 1612 + <dict> 1613 + <key>Alpha Component</key> 1614 + <real>1</real> 1615 + <key>Blue Component</key> 1616 + <real>0.23137254901960785</real> 1617 + <key>Color Space</key> 1618 + <string>sRGB</string> 1619 + <key>Green Component</key> 1620 + <real>0.18823529411764706</real> 1621 + <key>Red Component</key> 1622 + <real>0.16862745098039217</real> 1623 + </dict> 1603 1624 <key>Tags</key> 1604 1625 <array/> 1605 1626 <key>Terminal Type</key> ··· 1619 1640 <key>Use Italic Font</key> 1620 1641 <true/> 1621 1642 <key>Use Non-ASCII Font</key> 1643 + <false/> 1644 + <key>Use Tab Color</key> 1645 + <true/> 1646 + <key>Use Underline Color</key> 1622 1647 <false/> 1623 1648 <key>Vertical Spacing</key> 1624 1649 <real>1</real> ··· 1706 1731 <key>SUHasLaunchedBefore</key> 1707 1732 <true/> 1708 1733 <key>SULastCheckTime</key> 1709 - <date>2017-01-28T17:30:30Z</date> 1734 + <date>2017-02-22T23:42:59Z</date> 1710 1735 <key>SUSendProfileInfo</key> 1711 1736 <false/> 1712 1737 <key>Secure Input</key> ··· 1715 1740 <false/> 1716 1741 <key>ShowFullScreenTabBar</key> 1717 1742 <true/> 1743 + <key>ShowNewOutputIndicator</key> 1744 + <false/> 1745 + <key>SmartPlacement</key> 1746 + <false/> 1718 1747 <key>SplitPaneDimmingAmount</key> 1719 1748 <real>0.40195312500000002</real> 1720 1749 <key>StretchTabsToFillBar</key> ··· 1723 1752 <integer>1</integer> 1724 1753 <key>TabViewType</key> 1725 1754 <integer>1</integer> 1755 + <key>UKCrashReporterLastCrashReportDate</key> 1756 + <real>1487806976</real> 1726 1757 <key>UseBorder</key> 1727 1758 <false/> 1728 1759 <key>UseLionStyleFullscreen</key>
+1 -1
nvim/after/ftplugin/elixir.vim
··· 7 7 iabbrev <buffer> defm defmodule 8 8 iabbrev <buffer> defi defimpl 9 9 10 - inoremap ,, => 10 + inoremap ,, <Space>=> 11 11 12 12 ClearSwapList 13 13
+123 -63
nvim/colors/micro.vim
··· 1 - hi clear 2 - syntax reset 1 + " Name: No Frils Dark Colorscheme (cgt) 2 + " Author: robertmeta (on Github), cgt 3 + " URL: https://github.com/cgt/nofrils 4 + " License: OSI approved MIT license 5 + 6 + set background=dark 7 + 8 + hi! clear 9 + if exists("syntax_on") 10 + syntax reset 11 + endif 12 + 3 13 let g:colors_name = "micro" 4 14 5 - hi Boolean gui=NONE guifg=#a1a1a1 guibg=NONE 6 - hi ColorColumn gui=NONE guifg=NONE guibg=#212121 7 - hi Comment gui=NONE guifg=#8c8c8c guibg=NONE 8 - hi Conceal gui=NONE guifg=#a1a1a1 guibg=NONE 9 - hi Conditional gui=NONE guifg=#b3b3b3 guibg=NONE 10 - hi Constant gui=NONE guifg=#a1a1a1 guibg=NONE 11 - hi Cursor gui=reverse guifg=NONE guibg=NONE 12 - hi CursorColumn gui=NONE guifg=NONE guibg=#212121 13 - hi CursorLine gui=NONE guifg=NONE guibg=#212121 14 - hi CursorLineNr gui=NONE guifg=#8c8c8c guibg=NONE 15 - hi DiffAdd gui=NONE guifg=NONE guibg=#535332 16 - hi DiffChange gui=NONE guifg=NONE guibg=#212121 17 - hi DiffDelete gui=NONE guifg=NONE guibg=#110e34 18 - hi DiffText gui=NONE guifg=NONE guibg=#404040 19 - hi Directory gui=NONE guifg=#b3b3b3 guibg=NONE 20 - hi Error gui=NONE guifg=NONE guibg=#2d0b0b 21 - hi ErrorMsg gui=NONE guifg=NONE guibg=#2d0b0b 22 - hi FoldColumn gui=NONE guifg=#7a7a7a guibg=NONE 23 - hi Folded gui=NONE guifg=#8c8c8c guibg=NONE 24 - hi Ignore gui=NONE guifg=NONE guibg=NONE 25 - hi IncSearch gui=NONE guifg=NONE guibg=#404040 26 - hi LineNr gui=NONE guifg=#7a7a7a guibg=NONE 27 - hi MatchParen gui=NONE guifg=NONE guibg=#404040 28 - hi ModeMsg gui=NONE guifg=NONE guibg=NONE 29 - hi MoreMsg gui=NONE guifg=NONE guibg=NONE 30 - hi NonText gui=NONE guifg=#7a7a7a guibg=NONE 31 - hi Normal gui=NONE guifg=#dbdbdb guibg=#0d0d0d 32 - hi Number gui=NONE guifg=#397a99 guibg=NONE 33 - hi Pmenu gui=NONE guifg=NONE guibg=#212121 34 - hi PmenuSbar gui=NONE guifg=NONE guibg=#303030 35 - hi PmenuSel gui=NONE guifg=NONE guibg=#404040 36 - hi PmenuThumb gui=NONE guifg=NONE guibg=#545454 37 - hi Question gui=NONE guifg=NONE guibg=NONE 38 - hi Search gui=NONE guifg=NONE guibg=#303030 39 - hi SignColumn gui=NONE guifg=#7a7a7a guibg=NONE 40 - hi Special gui=NONE guifg=#a1a1a1 guibg=NONE 41 - hi SpecialKey gui=NONE guifg=#7a7a7a guibg=NONE 42 - hi SpellBad gui=undercurl guisp=NONE guifg=NONE guibg=#2d0b0b 43 - hi SpellCap gui=undercurl guisp=NONE guifg=NONE guibg=NONE 44 - hi SpellLocal gui=undercurl guisp=NONE guifg=NONE guibg=#0b2d0b 45 - hi SpellRare gui=undercurl guisp=NONE guifg=NONE guibg=#303030 46 - hi Statement gui=NONE guifg=#b3b3b3 guibg=NONE 47 - hi StatusLine gui=NONE guifg=#c7c7c7 guibg=#171717 48 - hi StatusLineNC gui=NONE guifg=#8c8c8c guibg=#303030 49 - hi StorageClass gui=NONE guifg=#575757 guibg=NONE 50 - hi String gui=NONE guifg=#4d89a8 guibg=NONE 51 - hi TabLine gui=NONE guifg=#8c8c8c guibg=#141414 52 - hi TabLineFill gui=NONE guifg=NONE guibg=#0f0f0f 53 - hi TabLineSel gui=NONE guifg=#c7c7c7 guibg=#303030 54 - hi Title gui=NONE guifg=#a1a1a1 guibg=NONE 55 - hi Todo gui=standout guifg=NONE guibg=NONE 56 - hi Type gui=NONE guifg=#b3b3b3 guibg=NONE 57 - hi Underlined gui=NONE guifg=NONE guibg=NONE 58 - hi VertSplit gui=NONE guifg=#404040 guibg=NONE 59 - hi Visual gui=NONE guifg=NONE guibg=#404040 60 - hi VisualNOS gui=NONE guifg=NONE guibg=NONE 61 - hi WarningMsg gui=NONE guifg=NONE guibg=#2d0b0b 62 - hi WildMenu gui=NONE guifg=NONE guibg=#666666 63 - hi lCursor gui=NONE guifg=NONE guibg=NONE 64 - hi Identifier gui=NONE guifg=NONE guibg=NONE 65 - hi PreProc gui=NONE guifg=NONE guibg=NONE 15 + " Baseline 16 + hi! Normal term=NONE cterm=NONE ctermfg=255 ctermbg=234 gui=NONE guifg=#eeeeee guibg=#1c1c1c 17 + 18 + " Faded 19 + hi! ColorColumn term=NONE cterm=NONE ctermfg=NONE ctermbg=236 gui=NONE guifg=NONE guibg=#303030 20 + hi! FoldColumn term=NONE cterm=NONE ctermfg=0 ctermbg=240 gui=NONE guifg=#000000 guibg=#585858 21 + hi! LineNr term=NONE cterm=NONE ctermfg=240 ctermbg=NONE gui=NONE guifg=#585858 guibg=NONE 22 + hi! StatusLineNC term=NONE cterm=NONE ctermfg=white ctermbg=240 gui=NONE guifg=#FFFFFF guibg=#585858 23 + hi! VertSplit term=NONE cterm=NONE ctermfg=black ctermbg=240 gui=NONE guifg=#000000 guibg=#585858 24 + 25 + hi! Comment term=NONE cterm=NONE ctermfg=246 ctermbg=NONE gui=NONE guifg=#949494 guibg=NONE 26 + hi! link Character Comment 27 + hi! link Folded Comment 28 + hi! link NonText Comment 29 + hi! link SignColumn Comment 30 + hi! link SpecialKey Comment 31 + hi! link String Comment 32 + 33 + hi! link Ignore Comment 34 + 35 + " Highlighted 36 + hi! CursorIM term=NONE cterm=NONE ctermfg=0 ctermbg=4 gui=NONE guifg=#000000 guibg=#00FFFF 37 + hi! CursorLineNr term=NONE cterm=NONE ctermfg=NONE ctermbg=0 gui=NONE guifg=NONE guibg=#000000 38 + hi! CursorLine term=NONE cterm=NONE ctermfg=NONE ctermbg=0 gui=NONE guifg=NONE guibg=#000000 39 + hi! CursorColumn term=NONE cterm=NONE ctermfg=NONE ctermbg=0 gui=NONE guifg=NONE guibg=#000000 40 + hi! Cursor term=NONE cterm=NONE ctermfg=0 ctermbg=4 gui=NONE guifg=#000000 guibg=#00FFFF 41 + hi! Directory term=NONE cterm=NONE ctermfg=69 ctermbg=NONE gui=NONE guifg=#5F87FF guibg=NONE 42 + hi! ErrorMsg term=NONE cterm=NONE ctermfg=15 ctermbg=52 gui=NONE guifg=NONE guibg=#5F0000 43 + hi! Error term=NONE cterm=NONE ctermfg=15 ctermbg=52 gui=NONE guifg=NONE guibg=#5F0000 44 + hi! ModeMsg term=NONE cterm=NONE ctermfg=69 ctermbg=NONE gui=NONE guifg=#5F87FF guibg=NONE 45 + hi! MoreMsg term=NONE cterm=NONE ctermfg=69 ctermbg=NONE gui=NONE guifg=#5F87FF guibg=NONE 46 + hi! Question term=NONE cterm=NONE ctermfg=69 ctermbg=NONE gui=NONE guifg=#5F87FF guibg=NONE 47 + hi! Search term=NONE cterm=NONE ctermfg=0 ctermbg=6 gui=NONE guifg=#000000 guibg=#00CDCD 48 + hi! StatusLine term=NONE cterm=NONE ctermfg=0 ctermbg=15 gui=NONE guifg=#000000 guibg=#FFFFFF 49 + hi! Todo term=NONE cterm=NONE ctermfg=10 ctermbg=NONE gui=NONE guifg=#00FF00 guibg=#000000 50 + hi! VisualNOS term=NONE cterm=NONE ctermfg=NONE ctermbg=69 gui=NONE guifg=NONE guibg=#5F87FF 51 + hi! WarningMsg term=NONE cterm=NONE ctermfg=15 ctermbg=52 gui=NONE guifg=NONE guibg=#5F0000 52 + 53 + " Reversed 54 + hi! DiffText term=reverse cterm=reverse ctermfg=NONE ctermbg=NONE gui=reverse guifg=NONE guibg=NONE 55 + hi! link IncSearch DiffText 56 + hi! link MatchParen DiffText 57 + hi! link Pmenu DiffText 58 + hi! link TabLineSel DiffText 59 + hi! link Visual DiffText 60 + hi! link WildMenu DiffText 61 + 62 + " Diff 63 + hi! DiffAdd term=NONE cterm=NONE ctermfg=15 ctermbg=22 gui=NONE guifg=NONE guibg=#005F00 64 + hi! DiffChange term=NONE cterm=NONE ctermfg=15 ctermbg=17 gui=NONE guifg=NONE guibg=#00005F 65 + hi! DiffDelete term=NONE cterm=NONE ctermfg=15 ctermbg=52 gui=NONE guifg=NONE guibg=#5F0000 66 + hi! DiffText term=reverse cterm=reverse ctermfg=NONE ctermbg=NONE gui=reverse guifg=NONE guibg=NONE 67 + 68 + " Spell 69 + hi! SpellBad term=underline cterm=underline ctermfg=13 ctermbg=NONE gui=underline guifg=#FF00FF guibg=NONE 70 + hi! link SpellCap SpellBad 71 + hi! link SpellLocal SpellBad 72 + hi! link SpellRare SpellBad 73 + 74 + " Vim Features 75 + hi! Menu term=NONE cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE 76 + hi! link PmenuSbar Menu 77 + hi! link PmenuSel Menu 78 + hi! link PmenuThumb Menu 79 + hi! link Scrollbar Menu 80 + hi! link TabLine Menu 81 + hi! link TabLineFill Menu 82 + hi! link Tooltip Menu 83 + 84 + " Syntax Highlighting (or lack of) 85 + hi! Boolean term=NONE cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE 86 + hi! link Conceal Boolean 87 + hi! link Conditional Boolean 88 + hi! link Constant Boolean 89 + hi! link Debug Boolean 90 + hi! link Delimiter Boolean 91 + hi! link Directive Boolean 92 + hi! link Exception Boolean 93 + hi! link Float Boolean 94 + hi! link Format Boolean 95 + hi! link Function Boolean 96 + hi! link Identifier Boolean 97 + hi! link Label Boolean 98 + hi! link Macro Boolean 99 + hi! link Number Boolean 100 + hi! link Operator Boolean 101 + hi! link PreCondit Boolean 102 + hi! link PreProc Boolean 103 + hi! link Repeat Boolean 104 + hi! link Special Boolean 105 + hi! link SpecialChar Boolean 106 + hi! link SpecialComment Boolean 107 + hi! link StorageClass Boolean 108 + hi! link Structure Boolean 109 + hi! link Tag Boolean 110 + hi! link Title Boolean 111 + hi! link Typedef Boolean 112 + hi! link Type Boolean 113 + 114 + hi! Keyword term=bold cterm=bold ctermfg=NONE ctermbg=NONE gui=bold guifg=NONE guibg=NONE 115 + hi! link Define Keyword 116 + hi! link Statement Keyword 117 + hi! link Include Keyword 118 + 119 + hi! Underlined term=underline cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=NONE guibg=NONE 120 + 121 + " Git 122 + hi! gitcommitSummary ctermbg=NONE ctermfg=67 cterm=NONE guibg=NONE guifg=#5f87af gui=NONE 123 + 124 + " Sneak 125 + hi! link Sneak DiffText
+30 -29
nvim/init.vim
··· 25 25 Plug 'dag/vim-fish' 26 26 Plug 'cespare/vim-toml' 27 27 Plug 'elixir-lang/vim-elixir' | 28 - \ Plug 'slashmili/alchemist.vim' 28 + Plug 'slashmili/alchemist.vim' 29 29 Plug 'hashivim/vim-hashicorp-tools' 30 + Plug 'keith/swift.vim' 30 31 31 32 " Git 32 33 Plug 'airblade/vim-gitgutter' 33 - Plug 'lambdalisue/vim-gita' 34 + let g:gitgutter_sign_added = '▌' 35 + let g:gitgutter_sign_removed = '▖' 36 + let g:gitgutter_sign_removed_first_line = '▘' 37 + let g:gitgutter_sign_modified = '▐' 38 + let g:gitgutter_sign_modified_removed = '▞' 39 + 40 + Plug 'lambdalisue/gina.vim' 34 41 nnoremap U :<C-u>LeaderGuide 'U'<CR> 35 - nnoremap Us :<C-u>Gita status<CR> 36 - nnoremap Up :<C-u>Gita push<CR> 37 - nnoremap Ud :<C-u>Gita diff<CR> 38 - nnoremap Ub :<C-u>Gita branch<CR> 39 - nnoremap UB :<C-u>Gita blame<CR> 40 - nnoremap Uc :<C-u>Gita commit<CR> 41 - nnoremap Uu :<C-u>Gita pull --all<CR> 42 + nnoremap Us :<C-u>Gina status<CR> 43 + nnoremap Up :<C-u>Gina! push<CR> 44 + nnoremap Ud :<C-u>Gina diff<CR> 45 + nnoremap Ub :<C-u>Gina branch<CR> 46 + nnoremap UB :<C-u>Gina blame<CR> 47 + nnoremap Uc :<C-u>Gina commit<CR> 48 + nnoremap Uu :<C-u>Gina! pull --all<CR> 42 49 nmap UU Uu 50 + cabbr Gita Gina 51 + cabbr Gita! Gina! 52 + cabbr G Gina 53 + cabbr G! Gina! 54 + cabbr git Gina 55 + cabbr git! Gina! 56 + cabbr Git Gina 57 + cabbr Git! Gina! 43 58 44 59 " Fuzzy find 45 60 Plug 'lotabout/skim', { 'dir': '~/.skim', 'do': './install --bin', 'on': ['SK'] } ··· 50 65 Plug 'tpope/vim-eunuch' 51 66 52 67 " Completion 53 - Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } 54 68 Plug 'racer-rust/vim-racer', { 'for': 'rust' } 55 69 56 70 " Code manipulation ··· 74 88 Plug 'tpope/vim-dispatch' | 75 89 \ Plug 'radenling/vim-dispatch-neovim' 76 90 Plug 'tpope/vim-projectionist' 77 - Plug 'w0rp/ale', { 'dir': '~/Workspace/w0rp/ale' } 91 + Plug 'w0rp/ale' 78 92 let g:ale_lint_on_text_changed = 0 79 93 let g:ale_lint_on_save = 1 80 94 let g:ale_sign_column_always = 1 ··· 134 148 " User interface {{{ 135 149 " Ignore all automatic files and folders 136 150 set wildignore=*.o,*~,*.pyc,.git,*/tmp/* 151 + 152 + syntax sync minlines=500 137 153 138 154 " Display tabs and trailing spaces visually 139 155 set list ··· 146 162 " Shorten interruptive command output 147 163 set shortmess=atI 148 164 149 - set hidden 165 + set nohidden 150 166 set autowriteall 151 167 152 168 " Wrap line on movements ··· 158 174 set iskeyword+=- 159 175 160 176 " Show 80 column 161 - let &colorcolumn='81,+' . join(range(1,200), ',+') 177 + let &colorcolumn='81' 162 178 179 + set mouse=a 163 180 set splitright splitbelow 164 181 set diffopt+=vertical,iwhite 165 182 ··· 213 230 endif 214 231 " }}} 215 232 " Mappings {{{ 216 - " Disable arrows {{{ 217 - noremap <up> <nop> 218 - noremap <down> <nop> 219 - noremap <left> <nop> 220 - noremap <right> <nop> 221 - noremap! <up> <nop> 222 - noremap! <down> <nop> 223 - noremap! <left> <nop> 224 - noremap! <right> <nop> 225 - " }}} 226 233 " Smart <Home> and `^` {{{ 227 234 " <Home> goes to the beginning of the text on first press and to the beginning 228 235 " of the line on second press. It alternates afterwards. ··· 264 271 nnoremap [w gT 265 272 " }}} 266 273 " }}} 267 - augroup dynamic_cursorline 268 - au! 269 - au VimEnter,WinEnter,BufWinEnter * setlocal cursorline 270 - au WinLeave * setlocal nocursorline 271 - augroup END 272 274 " Configuration {{{ 273 275 " Formatting & Cleaning {{{ 274 276 command! Clean let _s = @/ | %s/\s\+$//e | let @/ = _s | set nohlsearch ··· 278 280 autocmd VimResized * wincmd = 279 281 augroup END 280 282 281 - let g:deoplete#enable_at_startup = 1 282 283 let g:sql_type_default = 'pgsql' 283 284 " }}}
-5
nvim/plugin/git.vim
··· 1 - let g:gitgutter_sign_added = '▌' 2 - let g:gitgutter_sign_removed = '▖' 3 - let g:gitgutter_sign_removed_first_line = '▘' 4 - let g:gitgutter_sign_modified = '▐' 5 - let g:gitgutter_sign_modified_removed = '▞'