Created
September 24, 2020 06:49
-
-
Save monajalal/415f66df58f17a04324f51d3a526e764 to your computer and use it in GitHub Desktop.
my ~/.vimrc
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
set nocompatible | |
syntax on | |
set autoindent | |
set hlsearch | |
set ignorecase | |
set incsearch | |
set smartcase | |
set ruler | |
set title | |
set background=dark | |
set spell | |
set backspace=indent,eol,start | |
set showmatch | |
set history=1000 | |
set undolevels=1000 | |
filetype plugin indent on | |
autocmd filetype python set expandtab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment