# HG changeset patch # User Steve Losh # Date 1374505556 14400 # Node ID 2375b2ffab6cfb98676633b617de43c4ccea65c9 # Parent ea3fd4a6795ae2c5b27006f03201805a2454158e More diff -r ea3fd4a6795a -r 2375b2ffab6c ffignore --- a/ffignore Thu Jul 18 00:49:44 2013 -0400 +++ b/ffignore Mon Jul 22 11:05:56 2013 -0400 @@ -1,5 +1,9 @@ syntax:literal .DS_Store +tags +tags.bak +cookbook +banner.txt syntax:regex ^./target$ diff -r ea3fd4a6795a -r 2375b2ffab6c vim/vimrc --- a/vim/vimrc Thu Jul 18 00:49:44 2013 -0400 +++ b/vim/vimrc Mon Jul 22 11:05:56 2013 -0400 @@ -1026,7 +1026,8 @@ augroup ft_scala au! - au Filetype scala setlocal foldmethod=indent + " au Filetype scala setlocal foldmethod=indent + au Filetype scala setlocal foldmethod=marker foldmarker={,} au Filetype scala compiler maven au Filetype scala let b:dispatch = 'mvn -B package install' au Filetype scala nnoremap s :SortScalaImports @@ -1225,6 +1226,8 @@ au! au Filetype nerdtree setlocal nolist + au Filetype nerdtree nnoremap H :vertical resize -10 + au Filetype nerdtree nnoremap L :vertical resize +10 " au Filetype nerdtree nnoremap K :q augroup END diff -r ea3fd4a6795a -r 2375b2ffab6c weechat/weechat.conf --- a/weechat/weechat.conf Thu Jul 18 00:49:44 2013 -0400 +++ b/weechat/weechat.conf Mon Jul 22 11:05:56 2013 -0400 @@ -227,7 +227,7 @@ nicklist.conditions = "nicklist" nicklist.filling_left_right = vertical nicklist.filling_top_bottom = columns_vertical -nicklist.hidden = on +nicklist.hidden = off nicklist.items = "buffer_nicklist" nicklist.position = right nicklist.priority = 200