Skip to content

Instantly share code, notes, and snippets.

@brothertao
Created June 20, 2020 03:45
Show Gist options
  • Save brothertao/606f0c7936309dfd748826613441c7bc to your computer and use it in GitHub Desktop.
Save brothertao/606f0c7936309dfd748826613441c7bc to your computer and use it in GitHub Desktop.
简单的vim配置
#dummy vim config
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set nu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment