<div dir="ltr"><div>My vimrc: <a href="https://github.com/frioux/dotfiles/blob/master/vimrc">https://github.com/frioux/dotfiles/blob/master/vimrc</a> (comments for everything I think) and my plugins: <a href="https://github.com/frioux/dotfiles/tree/master/vim/bundle">https://github.com/frioux/dotfiles/tree/master/vim/bundle</a><br>

<br></div>A cool thing I found last night was <a href="https://github.com/tpope/vim-sensible">https://github.com/tpope/vim-sensible</a>, which is meant to be a nice common ground of features that nearly everyone expects.  Also, the new Practical Vim book from PragProg is surprisingly good.  I highly recommend it (nearly done with it and I never finish non-fiction)<br>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Feb 24, 2013 at 1:21 PM, Tommy Butler <span dir="ltr"><<a href="mailto:dfwpm@internetalias.net" target="_blank">dfwpm@internetalias.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <font face="Helvetica, Arial, sans-serif">Excellent!  There's yet
      another gem.  Thanks for sharing that, Stuart.  This has turned
      out to be a very nice thread indeed with lots of great material. 
      Anybody else what to share there vim or (*gasp*) emacs configs?<span class="HOEnZb"><font color="#888888"><br>
      <br>
      -- <br>
      Tommy Butler</font></span><div><div class="h5"><br>
      <br>
      On 02/23/2013 09:33 PM, Stuart Johnston wrote:</div></div></font><div><div class="h5">
    <blockquote type="cite"><font face="Helvetica, Arial, sans-serif">Damian Conway's Vim config
        is detailed and well documented:
        <br>
        <br>
        <a href="https://github.com/thoughtstream/Damian-Conway-s-Vim-Setup" target="_blank">https://github.com/thoughtstream/Damian-Conway-s-Vim-Setup</a>
      </font>
      <font face="Helvetica, Arial, sans-serif"><br>
        <br>
        <br>
        2/21/2013 5:30 PM, Tommy Butler wrote:
      </font>
      <font face="Helvetica, Arial, sans-serif"><br>
      </font>
      <blockquote type="cite"><font face="Helvetica, Arial, sans-serif">That's
          great, thanks for the tip Matt!
          <br>
          <br>
          What does your .vimrc look like?  I always like to see what
          goodies
        </font>
        <font face="Helvetica, Arial, sans-serif"><br>
          there are to be found in the .vimrc files of fellow Perl
          hackers :-D
          <br>
          <br>
          Mine looks like this:
        </font>
        <font face="Helvetica, Arial, sans-serif"><br>
          <br>
        </font>
        <font face="Helvetica, Arial, sans-serif">    :set nocompatible
          <br>
              :syntax enable
          <br>
              :set bg=dark
          <br>
              :set ts=3
          <br>
              :set sw=3
          <br>
              :set ic
          <br>
              :set ai
          <br>
              :set si
          <br>
              :set expandtab
          <br>
              :set modeline
          <br>
              :set ruler
          <br>
              :set showmatch
          <br>
              :set number
          <br>
              :set nohlsearch
          <br>
              :autocmd BufWritePre * :%s/\s\+$//e
          <br>
              :nnoremap <F5> :set invpaste paste?<CR>
          <br>
              :set pastetoggle=<F5>
          <br>
              :filetype plugin indent on
          <br>
              :set foldmethod=syntax
          <br>
              :let perl_fold = 1
          <br>
              ":set cursorline << that can get annoying
          <br>
              ":set cursorcolumn << and that too
          <br>
              " vim: set ft=vim :
          <br>
          <br>
          --Tommy Butler
        </font>
        <font face="Helvetica, Arial, sans-serif"><br>
          <br>
          On 02/21/2013 12:37 PM, Matt Musgrove wrote:
        </font>
        <font face="Helvetica, Arial, sans-serif"><br>
        </font>
        <blockquote type="cite">
          <font face="Helvetica, Arial, sans-serif"><br>
            I typically use TODO and BUG (something I added to my vim
            <br>
            installation). You can add it to yours easily enough. Edit
            <br>
            ~/.vim/syntax/perl.vim and add the following lines in the
            appropriate
            <br>
            sections:
            <br>
            <br>
            syn match perlBug "\<\(BUG\)\:\?\>" contained
          </font>
          <font face="Helvetica, Arial, sans-serif"><br>
            <br>
            syn match  perlComment              "#.*"
            contains=perlTodo,perlBug
          </font>
          <font face="Helvetica, Arial, sans-serif"><br>
            <br>
          </font>
          <font face="Helvetica, Arial, sans-serif">  HiLink
            perlBug            ErrorMsg
            <br>
            <br>
            Newer versions of vim-perl also support NOTE.
          </font>
          <font face="Helvetica, Arial, sans-serif"><br>
          </font></blockquote>
      </blockquote>
    </blockquote>
  </div></div></div>

<br>_______________________________________________<br>
Dfw-pm mailing list<br>
<a href="mailto:Dfw-pm@pm.org">Dfw-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/dfw-pm" target="_blank">http://mail.pm.org/mailman/listinfo/dfw-pm</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>fREW Schmidt<br><a href="http://blog.afoolishmanifesto.com">http://blog.afoolishmanifesto.com</a>
</div>