Last active
March 15, 2025 18:08
-
-
Save kdaisho/c70597e696f60b971bdc75a946bd1cc8 to your computer and use it in GitHub Desktop.
Minimal 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 number | |
set wrap | |
syntax enable | |
set smartindent | |
set autoindent | |
set tabstop=4 | |
set shiftwidth=4 | |
set expandtab | |
set cursorline | |
set completeopt=menuone,noinsert,noselect | |
colorscheme industry |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment