Created
February 24, 2020 08:35
-
-
Save k-miyata/a86a27b2a054aa72a876c76f35f441b1 to your computer and use it in GitHub Desktop.
My favorite Vim settings
This file contains 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
" カラースキーム | |
" 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