Update config

This commit is contained in:
Smirnov Olexandr 2020-06-11 19:51:20 +03:00
parent 4901ad0581
commit 9cfea5e5f0
2 changed files with 13 additions and 9 deletions

View file

@ -1,20 +1,23 @@
[user]
name = Smirnov Olexander
username = Smirnov-O
name = Smirnov Olexandr
email = ss2316544@gmail.com
[github]
user = Smirnov-O
name = Smirnov-O
[web]
browser = firefox
#browser = google-chrome
[core]
editor = vim
excludesfile = ~/.gitignore_global
[alias]
ada = add -A
rmc = rm --cached
cm = commit
cmm = commit -m
ch = checkout
cl = clone
st = status

5
vimrc
View file

@ -1,8 +1,9 @@
call plug#begin('~/.vim/plugged')
Plug 'jiangmiao/auto-pairs' " Automapic closing of quotes
Plug 'flazz/vim-colorschemes' " ColorChemes pack
"Plug 'airblade/vim-gitgutter' " Git indecator
Plug 'joshdick/onedark.vim' " ColoeCheme
"Plug 'pangloss/vim-javascript' " JS syntax support
"Plug 'airblade/vim-gitgutter' " Git indecator
call plug#end()
set nocompatible " be iMproved
@ -55,7 +56,7 @@ set visualbell t_vb= " Mute Vim
set background=dark
colorscheme OceanicNext
" Color cheme list
" Dark: adventurs, Atelier_DuneLight, colorsbox-material, colorsbox-faff, OceanicNext, gruvbox, Monokai, material
" Dark: adventurs, Atelier_DuneLight, colorsbox-material, colorsbox-faff, OceanicNext, gruvbox, Monokai, material, onedark
" Light: newspaper, wikipedia, Atelier_CaveLight, mac_classic
" Python