Last active
February 22, 2023 12:23
-
-
Save Max95Cohen/e86448c0e258703d604c98992fb5e55d to your computer and use it in GitHub Desktop.
.vimrc config
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 autoindent | |
set hlsearch | |
set incsearch | |
set number | |
set ruler | |
set tabstop=4 shiftwidth=4 softtabstop=4 expandtab | |
syntax on | |
"retab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment