Mercurial > ec-dotfiles
comparison rc/vimrc @ 662:f280738a90a6
[vim] vendor theme and add some more
author | nanaya <me@nanaya.pro> |
---|---|
date | Fri, 10 Dec 2021 20:20:30 +0900 |
parents | be98916b55df |
children | 5e62619207a8 |
comparison
equal
deleted
inserted
replaced
661:c74dffea6a0a | 662:f280738a90a6 |
---|---|
83 syntax on | 83 syntax on |
84 set foldmethod=manual | 84 set foldmethod=manual |
85 set nofoldenable | 85 set nofoldenable |
86 set background=dark | 86 set background=dark |
87 | 87 |
88 colorscheme srcery-drk | 88 colorscheme srcery |
89 endif | 89 endif |
90 | 90 |
91 if has("autocmd") | 91 if has("autocmd") |
92 function In2() | 92 function In2() |
93 set softtabstop=2 tabstop=2 shiftwidth=2 expandtab | 93 set softtabstop=2 tabstop=2 shiftwidth=2 expandtab |