Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Cleanup NeoVim config
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Oct 19, 2017
1 parent 3c3c90a commit 8c212fb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
Binary file removed bin/git-hooks
Binary file not shown.
25 changes: 20 additions & 5 deletions iterm2/com.googlecode.iterm2.plist
Expand Up @@ -664,19 +664,19 @@
<key>NSTableView Supports v2 KeyBingingTable</key>
<true/>
<key>NSWindow Frame NSFontPanel</key>
<string>602 42 659 129 0 0 1440 900 </string>
<string>604 335 659 94 0 0 1440 900 </string>
<key>NSWindow Frame SUUpdateAlert</key>
<string>-1270 516 620 392 -1920 0 1920 1080 </string>
<key>NSWindow Frame SessionsPreferences</key>
<string>269 126 606 469 0 0 1440 900 </string>
<key>NSWindow Frame SharedPreferences</key>
<string>269 435 1018 447 0 0 1440 900 </string>
<string>469 564 796 473 0 0 1920 1080 </string>
<key>NSWindow Frame UKCrashReporter</key>
<string>99 316 592 584 0 0 1440 900 </string>
<key>NSWindow Frame com.apple.typography_panel_Hasklig-Regular</key>
<string>-1620 731 260 310 -1920 0 1920 1080 </string>
<key>NSWindow Frame iTerm Window 0</key>
<string>0 0 650 499 0 0 1920 1080 </string>
<string>390 133 665 476 0 0 1920 1080 </string>
<key>NSWindow Frame iTerm Window 1</key>
<string>628 420 665 477 0 0 1920 1080 </string>
<key>New Bookmarks</key>
Expand Down Expand Up @@ -1392,8 +1392,23 @@
<string></string>
<key>Silence Bell</key>
<true/>
<key>Smart Cursor Color</key>
<true/>
<key>Sync Title</key>
<false/>
<key>Tab Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.25098039215686274</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.19607843137254902</real>
<key>Red Component</key>
<real>0.16862745098039217</real>
</dict>
<key>Tags</key>
<array/>
<key>Terminal Type</key>
Expand Down Expand Up @@ -2236,7 +2251,7 @@
<key>SUHasLaunchedBefore</key>
<true/>
<key>SULastCheckTime</key>
<date>2017-07-06T14:13:29Z</date>
<date>2017-10-17T10:14:55Z</date>
<key>SUSendProfileInfo</key>
<false/>
<key>ShowFullScreenTabBar</key>
Expand All @@ -2260,7 +2275,7 @@
<key>findRegex_iTerm</key>
<false/>
<key>iTerm Version</key>
<string>3.0.15</string>
<string>3.1.beta.5</string>
<key>kCPKSelectionViewPreferredModeKey</key>
<integer>0</integer>
<key>kCPKSelectionViewShowHSBTextFieldsKey</key>
Expand Down
2 changes: 2 additions & 0 deletions nvim/autoload/statusline.vim
Expand Up @@ -11,6 +11,8 @@ endfunction

function! statusline#repo() abort
return gina#component#repo#branch()
\ . ' '
\ . gina#component#traffic#preset('fancy')
endfunction

function! statusline#quickfix_name() abort
Expand Down
2 changes: 2 additions & 0 deletions nvim/init.vim
Expand Up @@ -127,6 +127,8 @@ nnoremap ZX :cq<CR>
" Simplify switching to Command mode {{{
nnoremap ; :
vnoremap ; :
nnoremap : ;
vnoremap : ;
nnoremap q; q:
" }}}
" Fix idiotic vim defaults {{{
Expand Down

0 comments on commit 8c212fb

Please sign in to comment.