2375b2ffab6c

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 22 Jul 2013 11:05:56 -0400
parents ea3fd4a6795a
children 07abcd2e836b
branches/tags (none)
files ffignore vim/vimrc weechat/weechat.conf

Changes

--- 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$
--- 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 <buffer> <localleader>s :SortScalaImports<cr>
@@ -1225,6 +1226,8 @@
     au!
 
     au Filetype nerdtree setlocal nolist
+    au Filetype nerdtree nnoremap <buffer> H :vertical resize -10<cr>
+    au Filetype nerdtree nnoremap <buffer> L :vertical resize +10<cr>
     " au Filetype nerdtree nnoremap <buffer> K :q<cr>
 augroup END
 
--- 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