Merged down, some fixes, prepping for re-org

This commit is contained in:
Vasili Svirydau
2019-10-28 10:40:50 -07:00
parent cb501a1ab7
commit 5a42a0c8e1
4 changed files with 31 additions and 89 deletions

View File

@@ -1,7 +1,7 @@
set encoding=utf-8
scriptencoding utf-8
set shortmess=It " turn off splash screen, truncate status on buffer ops
set shortmess=It " turn off splash screen, truncate status on buffer ops
set hidden " enable multiple dirty buffers
set modelines=0
set number " show line numbers
@@ -11,15 +11,15 @@ set wildmode=longest,list
set background=dark
silent! colorscheme hybrid
" let mapleader = '\' "Set <leader> before any key remapping
set hlsearch "highlight search results
set ignorecase "ignore capitalization
set hlsearch "highlight search results
set ignorecase "ignore capitalization
set smartcase
set cursorline "highlight current line
set cursorline "highlight current line
set listchars=tab:▸\ ,eol
"Invisible character colors
" Invisible character colors
" highlight NonText guifg=#4a4a59
" highlight SpecialKey guifg=#4a4a59
"tab settings
" tab settings
set expandtab
set shiftwidth=4
set softtabstop=4