From 6a0e026c63787e58a54c6599438926d094b92830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A8=D0=B0=D1=88=D0=BA=D0=B8=D0=BD=20=D0=9D=D0=B8=D0=BA?= =?UTF-8?q?=D0=BE=D0=BB=D0=B0=D0=B9?= Date: Wed, 16 Aug 2023 16:41:55 +0300 Subject: [PATCH] .vim updated --- .vimrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.vimrc b/.vimrc index 0c4b6f5..0b7c8ba 100644 --- a/.vimrc +++ b/.vimrc @@ -17,7 +17,7 @@ set showcmd set nocompatible " обойдёмся без стандартного vi set backspace=indent,eol,start set nofixendofline -colorscheme shine +colorscheme default hi DiffAdd ctermfg=white hi DiffChange ctermfg=white hi DiffDelete ctermfg=white @@ -38,9 +38,9 @@ endfunction " Setup for the CPP coding format standard function! CppIndent() - setlocal shiftwidth=4 - setlocal tabstop=4 - setlocal noexpandtab + setlocal shiftwidth=2 + setlocal tabstop=2 + setlocal expandtab set textwidth=119 set tw=119 set colorcolumn=120,160 @@ -220,8 +220,9 @@ Bundle 'git://git.wincent.com/command-t.git' " ... Bundle 'majutsushi/tagbar' Bundle 'vim-startify' -Bundle 'clang-complete' +" Bundle 'clang-complete' Bundle 'scrooloose/nerdcommenter' +" Bundle 'vim-scripts/OmniCppComplete' filetype plugin indent on " required! "