Vim: change default scheme to desert

This commit is contained in:
Kolan Sh 2021-03-29 21:57:34 +03:00
parent 3c6bc122a1
commit 91e4049266
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -17,7 +17,7 @@ set showcmd
set nocompatible " обойдёмся без стандартного vi set nocompatible " обойдёмся без стандартного vi
set backspace=indent,eol,start set backspace=indent,eol,start
set nofixendofline set nofixendofline
color backbone colorscheme desert
set number set number
nmap <F6> :set invlist<cr> nmap <F6> :set invlist<cr>
" set breakindent " https://www.linux.org.ru/forum/general/10615635?lastmod=1403800233259 " set breakindent " https://www.linux.org.ru/forum/general/10615635?lastmod=1403800233259