Skip to content

Instantly share code, notes, and snippets.

@kdaisho
Last active March 15, 2025 18:08
Show Gist options
  • Save kdaisho/c70597e696f60b971bdc75a946bd1cc8 to your computer and use it in GitHub Desktop.
Save kdaisho/c70597e696f60b971bdc75a946bd1cc8 to your computer and use it in GitHub Desktop.
Minimal vimrc
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