You can then start vim and install the plugins using the command :PlugInstallĬhoose a colorscheme you like with :colorscheme to see all the options. After all your customization if you are happy then save your configuration to ~/.vimrc.
Here is a small section of some of the things I've figured out to have vim working for editing LaTeX files easily.Ĭopy the file below to a file vimrc and start vim vim -u vimrc to use the file. While I've included some plugins, the hope is that you can easily get started with LaTeX with a minimal of effort and/or Googling. My suggestion is to start small and stick to the basics before going crazy with plugins. You can spend lots of time getting vim setup to your liking, and probably never finish customizing.