Mercurial > ec-dotfiles
comparison rc/vimrc @ 606:b9672858e2e2
Better color
author | nanaya <me@nanaya.pro> |
---|---|
date | Tue, 20 Jun 2017 01:25:03 +0900 |
parents | aa448b6e06ae |
children | 46f0abe12092 |
comparison
equal
deleted
inserted
replaced
605:a43414120226 | 606:b9672858e2e2 |
---|---|
74 syntax on | 74 syntax on |
75 set foldmethod=syntax | 75 set foldmethod=syntax |
76 set nofoldenable | 76 set nofoldenable |
77 set background=dark | 77 set background=dark |
78 | 78 |
79 colorscheme vividchalk | 79 colorscheme srcery-drk |
80 endif | 80 endif |
81 | 81 |
82 if has("autocmd") | 82 if has("autocmd") |
83 function In2() | 83 function In2() |
84 set softtabstop=2 tabstop=2 shiftwidth=2 expandtab | 84 set softtabstop=2 tabstop=2 shiftwidth=2 expandtab |