gVim and multiple programming languages
- by Abhi
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?