From 2a6a9134720397cca5e78c3a352d2d93ef31cc59 Mon Sep 17 00:00:00 2001 From: Matthias Braendli Date: Mon, 26 Oct 2015 16:47:48 +0100 Subject: Set colorscheme for nvim --- bundle/neobundle.vim | 2 +- dotvimrc | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/bundle/neobundle.vim b/bundle/neobundle.vim index 108ce2c..5f3b671 160000 --- a/bundle/neobundle.vim +++ b/bundle/neobundle.vim @@ -1 +1 @@ -Subproject commit 108ce2c80e0af6898f967f4df7ff189368351ff6 +Subproject commit 5f3b67166d8a4b1dd073aea39850058521fe891f diff --git a/dotvimrc b/dotvimrc index 55913b6..3d108bd 100644 --- a/dotvimrc +++ b/dotvimrc @@ -14,7 +14,10 @@ set number "set mouse=a "Disabled set grepprg=grep\ -nH\ $* let g:tex_flavor = "latex" + +" so that :find and :tabfind work set path=$PWD/** + " in visual mode, show count set showcmd set scrolloff=3 @@ -96,7 +99,10 @@ function! ToggleFullScreen() redraw endfunction -if has("gui_running") +if has("nvim") + colorscheme bramwombat + set cursorline +elseif has("gui_running") colorscheme bramwombat if has("gui_gtk2") @@ -288,3 +294,4 @@ call neobundle#end() filetype plugin indent on NeoBundleCheck + -- cgit v1.2.3