Created
July 18, 2022 10:38
-
-
Save mkaraki/a2b23c14607139f94210575a468f9a5a to your computer and use it in GitHub Desktop.
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 number | |
syntax enable | |
set showmatch | |
set hlsearch | |
set incsearch | |
set ignorecase | |
set smartindent | |
set autoindent | |
set expandtab | |
set laststatus=2 | |
set wildmenu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment