Skip to content

Instantly share code, notes, and snippets.

@k-miyata
Created February 24, 2020 08:35
Show Gist options
  • Save k-miyata/a86a27b2a054aa72a876c76f35f441b1 to your computer and use it in GitHub Desktop.
Save k-miyata/a86a27b2a054aa72a876c76f35f441b1 to your computer and use it in GitHub Desktop.
My favorite Vim settings
" カラースキーム
" https://github.com/ErichDonGubler/vim-sublime-monokai
colorscheme sublimemonokai
" 80列目の色を変更
set colorcolumn=80
" 行番号を表示
set number
" シンタックスハイライト
syntax enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment