Last active
May 1, 2020 13:38
-
-
Save Astro36/2fc9d93f7620efb39de1f4482f0e0293 to your computer and use it in GitHub Desktop.
My Vim 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
colorscheme delek | |
set nu | |
set mouse=a | |
set ruler | |
set shiftwidth=4 | |
set tabstop=4 | |
set softtabstop=4 | |
set expandtab | |
set cindent | |
set autoindent | |
set smartindent | |
set paste | |
set showmatch | |
set visualbell | |
set cursorline | |
set laststatus=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment