Created
October 7, 2023 08:13
-
-
Save nicebyte/abe499c65bc6cd546973be10f4df538a to your computer and use it in GitHub Desktop.
This file contains 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
syntax on | |
colorscheme peachpuff | |
colorscheme whisper | |
set tabstop=2 | |
set shiftwidth=2 | |
set expandtab | |
set smartindent | |
set nu | |
set guioptions -=m | |
set guioptions -=T | |
set guioptions -=r | |
set guioptions -=L | |
set backspace=indent,eol,start | |
set colorcolumn=80 | |
set guifont=Cascadia\ Code:h11 | |
set belloff=all | |
set noswapfile | |
set foldcolumn=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment