From a7b56349f1e37634ff358d963bcf1a8d7857851c Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Tue, 17 Oct 2017 12:44:10 +0200 Subject: Changed default gui font and made cscope more verbose --- vimrc-full | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vimrc-full b/vimrc-full index a21bd25..c3dd680 100644 --- a/vimrc-full +++ b/vimrc-full @@ -122,7 +122,7 @@ if has('cscope') " compiled with cscope support? 1001menu &Cscope.-Sep1- \ : 1001menu &Cscope.create\ and\ add\ database - \ :cscope kill -1:execute '!find -regex ".*\.\(c\\|h\\|cpp\\|cxx\\|hh\\|hpp\\|hxx\)$" cscope -i- -b -q':cscope add . + \ :cscope kill -1:execute '!find -type f -regex ".*\.\(c\\|h\\|cpp\\|cxx\\|hh\\|hpp\\|hxx\)$" cscope -i- -b -q -u -v':cscope add . 1001menu &Cscope.-Sep2- \ : 1001menu &Cscope.add\ \. @@ -157,6 +157,7 @@ if has("gui_running") " its possible to define alternative fonts (order matters) set guifont= + set guifont+=FuraMono\ Nerd\ Font\ Mono\ Medium\ 11 set guifont+=Source\ Code\ Pro\ for\ Powerline\ SemiBold\ 10 set guifont+=LiterationMono\ Nerd\ Font\ Mono\ 10 set guifont+=RobotoMono\ Nerd\ Font\ Medium\ 10 @@ -500,6 +501,8 @@ if has("autocmd") menu &Git.&Display\ last\ changes \ :let g:signify_vcs_cmds={'git': 'git diff --no-color --no-ext-diff -U0 HEAD^ -- %f'}:SignifyRefresh + menu &Git.&Display\ significance\ of\ changes + \ :!git diff --stat HEAD~1..HEAD menu &Match.Clear\ All\ Matches \ -- cgit v1.2.3