sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| import cmd | |
| import MySQLdb | |
| # Define a Student class | |
| class Student: | |
| def __init__(self, name, email): | |
| self.name = name | |
| self.email = email | |
| self.corrections = [] |
| " plugins | |
| let need_to_install_plugins = 0 | |
| if empty(glob('~/.vim/autoload/plug.vim')) | |
| silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs | |
| \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | |
| let need_to_install_plugins = 1 | |
| endif | |
| call plug#begin() | |
| Plug 'tpope/vim-sensible' |
| data:image/gif;base64,R0lGODlhAQABAAAAACw= |