My personal dotfiles and scripts
-
Inside vimrc, there is a function Skel() which controls the working of templates only in certain directories. For e.g., in my case, I wanted to read a template code for competitive programming whenever I opened a new buffer in vim. And this should work only in certain directories which I have coded in augroup templates.
-
Compile_Open_MD() function compiles the markdown file using pandoc with certain settings (which can be changed in
vimrc
). It then opens up the pdf and repaints the markdown file too. -
On GitHub, you will not see the unicode characters used in Airline conf. What you should do is to read those characters from Airline's docs.