gVim and multiple programming languages
        Posted  
        
            by 
                Abhi
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Abhi
        
        
        
        Published on 2009-09-10T10:34:07Z
        Indexed on 
            2011/01/12
            7:54 UTC
        
        
        Read the original article
        Hit count: 260
        
My day job involves coding with Perl. At home I play around with Python and Erlang. For Perl I want to indent my code with two spaces. Whereas for Python the standard is 4. Also I have some key bindings to open function declarations which I would like to use with all programming languages. How can this be achieved in gVim?
As in, is there a way to maintain a configuration file for each programming language or something of that sort?
© Stack Overflow or respective owner