This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Name: Arnold Chand | |
" Github: https://github.com/creativenull | |
" File: init.vim | |
" Description: My minimal vimrc config, only requirement is to | |
" have vim-plug installed before installing plugins. | |
" Currently, tested on a Linux machine. | |
" | |
filetype plugin indent on | |
" Global variable to use for config |
NewerOlder