├── .vimrc ├── README.md ├── Screenshots ├── Gif │ └── vimrc gif 1 - instant-markdown.gif ├── Screenshot - MATLAB.png ├── Screenshot - NERDTree.png ├── Screenshot - syntastic 1 - c++14 support.png ├── Screenshot - syntastic 2 - fixed.png └── Screenshot - syntastic 3 - errors.png └── install1thru7.sh /.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anthony1234567/Vimrc1234567/HEAD/.vimrc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anthony1234567/Vimrc1234567/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/Gif/vimrc gif 1 - instant-markdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anthony1234567/Vimrc1234567/HEAD/Screenshots/Gif/vimrc gif 1 - instant-markdown.gif -------------------------------------------------------------------------------- /Screenshots/Screenshot - MATLAB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anthony1234567/Vimrc1234567/HEAD/Screenshots/Screenshot - MATLAB.png -------------------------------------------------------------------------------- /Screenshots/Screenshot - NERDTree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anthony1234567/Vimrc1234567/HEAD/Screenshots/Screenshot - NERDTree.png -------------------------------------------------------------------------------- /Screenshots/Screenshot - syntastic 1 - c++14 support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anthony1234567/Vimrc1234567/HEAD/Screenshots/Screenshot - syntastic 1 - c++14 support.png -------------------------------------------------------------------------------- /Screenshots/Screenshot - syntastic 2 - fixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anthony1234567/Vimrc1234567/HEAD/Screenshots/Screenshot - syntastic 2 - fixed.png -------------------------------------------------------------------------------- /Screenshots/Screenshot - syntastic 3 - errors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anthony1234567/Vimrc1234567/HEAD/Screenshots/Screenshot - syntastic 3 - errors.png -------------------------------------------------------------------------------- /install1thru7.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anthony1234567/Vimrc1234567/HEAD/install1thru7.sh --------------------------------------------------------------------------------