|
let mapleader =","
|
|
|
|
set bg=dark
|
|
set go=a
|
|
set mouse=a
|
|
set nohlsearch
|
|
set clipboard=unnamedplus
|
|
|
|
colorscheme vim
|
|
set nocompatible
|
|
filetype plugin on
|
|
syntax on
|
|
set encoding=utf-8
|
|
set number relativenumber
|
|
|
|
if &diff
|
|
highlight! link DiffText MatchParen
|
|
endif
|