Created
January 20, 2021 18:27
-
-
Save dudasaron/321f39b0d37c03ab4437ab0451b8a83c to your computer and use it in GitHub Desktop.
.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 tabstop=4 | |
set shiftwidth=4 | |
set expandtab | |
syntax on | |
set hlsearch | |
set incsearch | |
set ignorecase | |
set smartcase | |
set autoindent | |
set number | |
set ruler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment