Skip to content

Instantly share code, notes, and snippets.

@StuffbyYuki
Created March 5, 2022 19:20
Show Gist options
  • Save StuffbyYuki/1acf9e26411737467384d96d70e044d3 to your computer and use it in GitHub Desktop.
Save StuffbyYuki/1acf9e26411737467384d96d70e044d3 to your computer and use it in GitHub Desktop.
My Vim Configuration
filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab
" Add line numbers
set number
" syntax enabled
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment